clintropolis commented on code in PR #13499:
URL: https://github.com/apache/druid/pull/13499#discussion_r1040079183
##########
server/src/main/java/org/apache/druid/server/coordination/ChangeRequestsSnapshot.java:
##########
@@ -43,6 +43,11 @@ public static <T> ChangeRequestsSnapshot<T> fail(String
resetCause)
return new ChangeRequestsSnapshot<>(true, resetCause, null, null);
}
+ public static <T> ChangeRequestsSnapshot<T> shutdown(String resetCause)
Review Comment:
oops, yes this isn't used, was experimenting with different ways to handle
shutdown, either failing the future or sending a "successful" shutdown, this is
the latter, I'll remove it
--
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]