[ 
https://issues.apache.org/jira/browse/CASSANDRA-17493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514114#comment-17514114
 ] 

Stefan Miklosovic commented on CASSANDRA-17493:
-----------------------------------------------

[~sathyakplm] We are implementing CASSANDRA-17180 where we want to start a 
periodic task and we want to be sure that such task will not be executed on 
drain and we do not want to hold any Future reference to it or anything like 
that. So we are relying on the fact that periodic task executors are stopped as 
part of the drain which is not happening now.

> Shutdown all ScheduledExecutors as part of node drainage
> --------------------------------------------------------
>
>                 Key: CASSANDRA-17493
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17493
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 4.x
>
>
> We are currently shutting down only non-periodic executors in 
> StorageService#drain. We should shut down all of them. As of now, there does 
> not seem to be any reason why these executors should be active.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to