[ 
https://issues.apache.org/jira/browse/HDDS-1489?focusedWorklogId=238194&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238194
 ]

ASF GitHub Bot logged work on HDDS-1489:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/May/19 23:08
            Start Date: 06/May/19 23:08
    Worklog Time Spent: 10m 
      Work Description: shwetayakkali commented on pull request #797: 
HDDS-1489. Unnecessary log messages on console with Ozone shell.
URL: https://github.com/apache/hadoop/pull/797#discussion_r281399103
 
 

 ##########
 File path: hadoop-ozone/dist/src/main/compose/ozonefs/docker-config
 ##########
 @@ -35,3 +35,4 @@ 
LOG4J.PROPERTIES_log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 LOG4J.PROPERTIES_log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd 
HH:mm:ss} %-5p %c{1}:%L - %m%n
 LOG4J.PROPERTIES_log4j.logger.org.apache.hadoop.util.NativeCodeLoader=ERROR
 LOG4J.PROPERTIES_log4j.logger.org.apache.ratis.conf.ConfUtils=WARN
+LOG4J.PROPERTIES_log4j.logger.org.apache.ratis.grpc.client.GrpcClientProtocolClient=WARN
 
 Review comment:
   checkstyle warning to add a new line at the end of file.
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 238194)
    Time Spent: 40m  (was: 0.5h)

> Unnecessary log messages on console with Ozone shell 
> -----------------------------------------------------
>
>                 Key: HDDS-1489
>                 URL: https://issues.apache.org/jira/browse/HDDS-1489
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone CLI
>            Reporter: Arpit Agarwal
>            Assignee: Siddharth Wagle
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following log messages are printed on the console when running putkey
> {code}
> $ ozone sh key put /vol1/bucket1/key1 myfile
> 2019-05-03 23:25:15 INFO  GrpcClientProtocolClient:254 - 
> client-9A5E39BD681D->96c8bede-ba3f-4e01-86d8-53f97957f140: receive 
> RaftClientReply:client-9A5E39BD681D->96c8bede-ba3f-4e01-86d8-53f97957f140@group-8B0913807C4D,
>  cid=0, SUCCESS, logIndex=1, commits[96c8bede-ba3f-4e01-86d8-53f97957f140:c2]
> 2019-05-03 23:25:16 INFO  GrpcClientProtocolClient:254 - 
> client-9A5E39BD681D->96c8bede-ba3f-4e01-86d8-53f97957f140: receive 
> RaftClientReply:client-9A5E39BD681D->96c8bede-ba3f-4e01-86d8-53f97957f140@group-8B0913807C4D,
>  cid=1, SUCCESS, logIndex=3, commits[96c8bede-ba3f-4e01-86d8-53f97957f140:c4]
> {code}
> These are unnecessary noise and should be suppressed by default.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to