junrao commented on code in PR #18277:
URL: https://github.com/apache/kafka/pull/18277#discussion_r1938105639
##########
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##########
@@ -2203,7 +2204,7 @@ QuorumControllerMetrics controllerMetrics() {
return controllerMetrics;
}
- void handleUncleanBrokerShutdown(int brokerId, List<ApiMessageAndVersion>
records) {
- replicationControl.handleBrokerUncleanShutdown(brokerId, records);
+ void handleBrokerShutdown(int brokerId, boolean isUncleanShutdown,
List<ApiMessageAndVersion> records) {
Review Comment:
isUncleanShutdown => isCleanShutdown ?
--
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]