[
https://issues.apache.org/jira/browse/CASSANDRA-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759754#action_12759754
]
Jonathan Ellis commented on CASSANDRA-455:
------------------------------------------
I took a stab at using STPE.decorateTask to make a new ScheduledFuture that
doesn't eat exceptions but it's going to be messy and fragile.
Ripping that crap out and using old-school Timers looks like a better option.
> 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.4, 0.5
> Reporter: Jun Rao
> Assignee: Jonathan Ellis
> Fix For: 0.5
>
>
> 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.