You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/09/27 00:09:08 UTC

[GitHub] [hadoop-ozone] amaliujia commented on a change in pull request #1446: HDDS-4274. Change the log level of the SCM Delete block to improve performance.

amaliujia commented on a change in pull request #1446:
URL: https://github.com/apache/hadoop-ozone/pull/1446#discussion_r495508443



##########
File path: hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMBlockProtocolServer.java
##########
@@ -218,7 +218,7 @@ public void join() throws InterruptedException {
   @Override
   public List<DeleteBlockGroupResult> deleteKeyBlocks(
       List<BlockGroup> keyBlocksInfoList) throws IOException {
-    LOG.info("SCM is informed by OM to delete {} blocks", keyBlocksInfoList
+    LOG.debug("SCM is informed by OM to delete {} blocks", keyBlocksInfoList

Review comment:
       If changing to debug level, then better to add `if (LOG.isDebugEnabled())`?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org