GlenGeng commented on a change in pull request #1981:
URL: https://github.com/apache/ozone/pull/1981#discussion_r588222369
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMRatisServerImpl.java
##########
@@ -175,9 +175,9 @@ public SCMRatisResponse submitRequest(SCMRatisRequest
request)
.build();
final RaftClientReply raftClientReply =
server.submitClientRequestAsync(raftClientRequest).get();
- if (LOG.isDebugEnabled()) {
- LOG.debug("request {} Reply {}", raftClientRequest, raftClientReply);
- }
+ // if (LOG.isDebugEnabled()) {
Review comment:
this should be a temporary change ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]