dajac commented on code in PR #12240:
URL: https://github.com/apache/kafka/pull/12240#discussion_r889854431
##########
metadata/src/main/java/org/apache/kafka/controller/ClusterControlManager.java:
##########
@@ -491,6 +540,18 @@ public boolean unfenced(int brokerId) {
return !registration.fenced();
}
+ public boolean inControlledShutdown(int brokerId) {
Review Comment:
It is actually now used in `src/main` so it is better to keep the current
signature.
--
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]