[
https://issues.apache.org/jira/browse/CASSANDRA-17731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Caleb Rackliffe updated CASSANDRA-17731:
----------------------------------------
Test and Documentation Plan: n/a (the patch itself is test fixes)
Status: Patch Available (was: In Progress)
Here are the patches and test runs:
|4.0|[patch|https://github.com/apache/cassandra/pull/1724]|[CircleCI|https://app.circleci.com/pipelines/github/maedhroz/cassandra?branch=CASSANDRA-17731-4.0]|
|4.1|[patch|https://github.com/apache/cassandra/pull/1726]|[CircleCI|https://app.circleci.com/pipelines/github/maedhroz/cassandra?branch=CASSANDRA-17731-4.1]|
|trunk|[patch|https://github.com/apache/cassandra/pull/1728]|[CircleCI|https://app.circleci.com/pipelines/github/maedhroz/cassandra?branch=CASSANDRA-17731-trunk]|
> 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.x, 4.1.x, 4.x
>
> Time Spent: 40m
> 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: [email protected]
For additional commands, e-mail: [email protected]