junrao commented on code in PR #23152:
URL: https://github.com/apache/kafka/pull/23152#discussion_r3825965190
##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -507,11 +507,11 @@ public void accept(ConfigResource configResource) {
/**
* Checks if a node id is registered as a broker, controller in
static/dynamic quorum.
*/
- private boolean isNodeIdRegistered(int nodeId) {
+ private boolean isNodeIdKnown(int nodeId) {
Review Comment:
Could we adjust the comment above too?
--
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]