You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/04/09 20:06:17 UTC

[GitHub] [cassandra] smiklosovic commented on a diff in pull request #1529: CASSANDRA-17493 Shutdown all ScheduledExecutors as part of node drainage

smiklosovic commented on code in PR #1529:
URL: https://github.com/apache/cassandra/pull/1529#discussion_r846675796


##########
src/java/org/apache/cassandra/hints/HintsService.java:
##########
@@ -268,7 +268,10 @@ public long getTotalHintsSize(UUID hostId)
     public synchronized void shutdownBlocking() throws ExecutionException, InterruptedException
     {
         if (isShutDown)
-            throw new IllegalStateException("HintsService has already been shut down");

Review Comment:
   This is here for accommodating the test. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org