[
https://issues.apache.org/jira/browse/CASSANDRA-16495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17316521#comment-17316521
]
Yifan Cai edited comment on CASSANDRA-16495 at 4/7/21, 5:52 PM:
----------------------------------------------------------------
* The failure of {{j8_dtests_jars_build}} is caused by unable to build the
dtest jar from -cassandra 2.2-
[3.11-CASSANDRA-16495|https://github.com/ekaterinadimitrova2/cassandra/tree/3.11-CASSANDRA-16495].
I checked out the branch and run the same build command locally. It builds
successfully. There might be a dependency issue in CI. So not related with this
patch.
* _test_describe - cqlsh_tests.test_cqlsh.TestCqlsh_ failed at dropping the
table, which is a bit suspicious. The change should only kick in when
decommissioning, which is not part of the failed test. So it looks unrelated.
_test_multiple_repair - repair_tests.incremental_repair_test.TestIncRepair_ is
unrelated for the same reason.
* _org.apache.cassandra.net.AsyncPromiseTest_ should be unrelated.
* _ test_closing_connections - thrift_hsha_test.TestThriftHSHA_, agree that it
is not related.
I think it is good to commit. Please file a ticket for the multiple versions of
ant if not exist yet.
was (Author: yifanc):
* The failure of {{j8_dtests_jars_build}} is caused by unable to build the
dtest jar from cassandra 2.2. There might be a dependency issue. So not related
with this patch.
* _test_describe - cqlsh_tests.test_cqlsh.TestCqlsh_ failed at dropping the
table, which is a bit suspicious. The change should only kick in when
decommissioning, which is not part of the failed test. So it looks unrelated.
_test_multiple_repair - repair_tests.incremental_repair_test.TestIncRepair_ is
unrelated for the same reason.
* _org.apache.cassandra.net.AsyncPromiseTest_ should be unrelated.
* _ test_closing_connections - thrift_hsha_test.TestThriftHSHA_, agree that it
is not related.
I think it is good to commit. Please file a ticket for the multiple versions of
ant if not exist yet.
> Scheduled (Delayed) Schema Pull Tasks May Run After MIGRATION Stage Shutdown
> During Decommission
> ------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-16495
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16495
> Project: Cassandra
> Issue Type: Bug
> Components: Local/Startup and Shutdown
> Reporter: Caleb Rackliffe
> Assignee: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 3.0.x, 3.11.x, 4.0-rc
>
>
> A new test added in CASSANDRA-16181 stumbled across this, although it doesn’t
> happen consistently. When [failure
> occurs|https://app.circleci.com/pipelines/github/maedhroz/cassandra/235/workflows/eb8133ce-9373-4136-b404-ceca167353f6/jobs/1355/tests],
> it appears to be because a delayed schema pull happens after decommission
> shuts down the MIGRATION stage’s thread pool.
> {noformat}
> ERROR [node1_isolatedExecutor:1] node1 2021-02-15 19:35:36,284
> CassandraDaemon.java:579 - Exception in thread
> Thread[node1_NonPeriodicTasks:1,5,node1]
> java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut
> down at
> org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor$1.rejectedExecution(DebuggableThreadPoolExecutor.java:72)
>
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
>
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
>
> at
> org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.execute(DebuggableThreadPoolExecutor.java:176)
>
> at
> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
> at org.apache.cassandra.concurrent.Stage.submit(Stage.java:129)
> at
> org.apache.cassandra.schema.MigrationCoordinator.lambda$scheduleSchemaPull$2(MigrationCoordinator.java:362)
>
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
>
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>
> at
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
>
> at java.base/java.lang.Thread.run(Thread.java:834)
> {noformat}
> A fix might be as simple as shutting down ScheduledExecutors.nonPeriodicTasks
> in StorageService#decommission(). See the original discussion
> [here|https://issues.apache.org/jira/browse/CASSANDRA-16181?focusedCommentId=17293329&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17293329].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]