kfaraz commented on code in PR #20313:
URL: https://github.com/apache/druid/pull/20313#discussion_r4006616035
##########
multi-stage-query/src/main/java/org/apache/druid/msq/dart/controller/DartWorkerManager.java:
##########
@@ -215,6 +215,13 @@ public void stop(boolean interrupt)
}
stopFuture.set(null);
+ } else if (state.get() == State.STOPPED) {
+ try {
Review Comment:
Why is this branch needed?
If the `DartWorkerManager` is already stopped, shouldn't this method be a
no-op?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]