[
https://issues.apache.org/jira/browse/CASSANDRA-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758776#action_12758776
]
Jun Rao commented on CASSANDRA-455:
-----------------------------------
The problem seems to be in
DebuggableScheduledThreadPoolExecutor.afterExecute(). If I remove the line
DebuggableThreadPoolExecutor.logFutureExceptions(r);
then all tasks are scheduled periodically as expected. Not sure if this is the
right fix though.
> DebuggableScheduledThreadPoolExecutor only schedules a task once
> ----------------------------------------------------------------
>
> Key: CASSANDRA-455
> URL: https://issues.apache.org/jira/browse/CASSANDRA-455
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.5
> Reporter: Jun Rao
>
> DebuggableScheduledThreadPoolExecutor only schedules a task exactly once,
> instead of periodically. This affects scheduled flushers and periodic hints
> delivery.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.