ChenSammi commented on code in PR #3701:
URL: https://github.com/apache/ozone/pull/3701#discussion_r952170800
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMDatanodeHeartbeatDispatcher.java:
##########
@@ -202,6 +203,15 @@ public List<SCMCommand> dispatch(SCMHeartbeatRequestProto
heartbeat) {
commandStatusReport));
}
}
+
+ if (heartbeat.hasDiskBalancerReport()) {
+ LOG.debug("Dispatching DiskBalancer Report.");
+ eventPublisher.fireEvent(
Review Comment:
Copy-paste result?
--
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]