Missing logging for some exceptions
-----------------------------------
Key: CASSANDRA-2061
URL: https://issues.apache.org/jira/browse/CASSANDRA-2061
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Stu Hood
Fix For: 0.7.2
{quote}Since you are using ScheduledThreadPoolExecutor.schedule(), the
exception was swallowed by the FutureTask.
You will have to perform a get() method on the ScheduledFuture, and you will
get ExecutionException if there was any exception occured in run().{quote}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.