[ 
https://issues.apache.org/jira/browse/CASSANDRA-17731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksey Yeschenko updated CASSANDRA-17731:
------------------------------------------
    Fix Version/s: 4.1-beta1
                       (was: 4.1)

> Clean up ScheduledExecutors, CommitLog, and MessagingService shutdown for 
> in-JVM dtests
> ---------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17731
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17731
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/java
>            Reporter: Caleb Rackliffe
>            Assignee: Caleb Rackliffe
>            Priority: Normal
>             Fix For: 4.0.6, 4.1-beta1, 4.2
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> There appear to be two problems w/ the way we shut down 
> {{ScheduledExecutors}} in Instance in 4.0+:
> 1.) We do it twice, Ince as part of a larger batch of shutdown activity, and 
> then again in its own {{parallelRun()}} block.
> 2.) It happens before {{MessagingService}} shuts down, but some 
> messaging-related threads (see {{StreamSession#closeSession()}}) can submit 
> tasks to {{nonPeriodicTasks}}.
> We should do it once, and do it after the {{MessagingService}} has properly 
> shut down.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to