aho135 commented on code in PR #19372:
URL: https://github.com/apache/druid/pull/19372#discussion_r3149708894


##########
server/src/main/java/org/apache/druid/indexing/overlord/supervisor/SupervisorStateManager.java:
##########
@@ -64,7 +64,8 @@ public enum BasicState implements State
     RUNNING(true, false),
     IDLE(true, false),
     SUSPENDED(true, false),
-    STOPPING(true, false);
+    STOPPING(true, false),
+    COMPLETED(true, false);

Review Comment:
   Yeah if tasks are failing the Supervisor would enter an `UNHEALTHY` state. 
It would only transition to `COMPLETED` after the specified offset range was 
successfully processed



-- 
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]

Reply via email to