Files
scylladb/core
Nadav Har'El 9b884b3435 reactor: more information on ignored exceptional future
When an exceptional future is ignored, we print a message, and for an
std::exception we print its what(). However, it would be useful to also
see the exception's type. We already had such exception type printing
code for engine_exit(), and this patch extracts that code into a separate
function, and also uses it to print the warning message when an exceptional
future is ignored.

For example, in one test before this patch I see:
 WARNING: exceptional future ignored: _Map_base::at

After this patch,
 WARNING: exceptional future ignored of type 'std::out_of_range': _Map_base::at

Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
2015-06-20 11:07:09 +03:00
..
2015-03-01 15:29:13 +02:00
2015-06-15 08:47:44 +03:00
2015-04-19 10:33:38 +03:00
2015-06-09 08:44:53 +03:00
2015-06-15 11:43:38 +03:00
2015-06-19 19:03:15 +03:00
2015-05-19 19:33:18 +03:00
2015-06-01 11:35:37 +03:00
2015-06-01 11:35:37 +03:00
2015-06-20 11:07:06 +03:00
2015-06-15 16:35:22 +03:00
2015-06-15 16:35:48 +03:00
2015-05-19 19:33:18 +03:00
2015-03-03 14:58:58 +02:00
2015-03-24 10:12:47 +02:00
2015-05-14 11:26:58 +03:00
2015-06-14 23:52:25 +03:00
2015-06-16 17:10:22 +03:00
2015-06-14 16:02:18 +03:00