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

Paulo Motta commented on CASSANDRA-17493:
-----------------------------------------

Is this error [found 
here|https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/1590/testReport/org.apache.cassandra.distributed.test/CasCriticalSectionTest/criticalSectionTest/]
 related to this change? I don't think so but just checking.

{code:none}
ERROR 22:18:29 Exception in thread Thread[MutationStage-1,5,SharedPool]
java.lang.RuntimeException: java.lang.IllegalStateException: HintsService is 
shut down and can't accept new hints
        at 
org.apache.cassandra.service.StorageProxy$HintRunnable.run(StorageProxy.java:2577)
        at org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:81)
        at org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:47)
        at org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:57)
        at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:120)
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: HintsService is shut down and can't 
accept new hints
        at org.apache.cassandra.hints.HintsService.write(HintsService.java:165)
        at 
org.apache.cassandra.service.StorageProxy$7.runMayThrow(StorageProxy.java:2656)
        at 
org.apache.cassandra.service.StorageProxy$HintRunnable.run(StorageProxy.java:2573)
        ... 6 common frames omitted
ERROR [MutationStage-1] node1 2022-04-09 22:18:29,622 
JVMStabilityInspector.java:68 - Exception in thread 
Thread[MutationStage-1,5,SharedPool]
java.lang.RuntimeException: java.lang.IllegalStateException: HintsService is 
shut down and can't accept new hints
        at 
org.apache.cassandra.service.StorageProxy$HintRunnable.run(StorageProxy.java:2577)
        at org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:81)
        at org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:47)
        at org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:57)
        at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:120)
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: HintsService is shut down and can't 
accept new hints
        at org.apache.cassandra.hints.HintsService.write(HintsService.java:165)
        at 
org.apache.cassandra.service.StorageProxy$7.runMayThrow(StorageProxy.java:2656)
        at 
org.apache.cassandra.service.StorageProxy$HintRunnable.run(StorageProxy.java:2573)
        ... 6 common frames omitted
{code}

> 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
>          Components: Legacy/Core
>            Reporter: Stefan Miklosovic
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 4.x
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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