sodonnel commented on code in PR #5606:
URL: https://github.com/apache/ozone/pull/5606#discussion_r1393986742
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/states/endpoint/HeartbeatEndpointTask.java:
##########
@@ -179,7 +179,7 @@ public EndpointStateMachine.EndPointStates call() throws
Exception {
addQueuedCommandCounts(requestBuilder);
SCMHeartbeatRequestProto request = requestBuilder.build();
if (LOG.isDebugEnabled()) {
Review Comment:
Inside the LOG.debug method it has the if statement, and the toString will
only be called if it need to be logged.
--
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]