[jira] [Updated] (HDDS-1489) Unnecessary log messages on console with Ozone shell

2019-05-07 Thread Arpit Agarwal (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDDS-1489:

  Resolution: Fixed
   Fix Version/s: 0.5.0
Target Version/s:   (was: 0.4.1)
  Status: Resolved  (was: Patch Available)

> 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
> Fix For: 0.5.0
>
>  Time Spent: 1h 20m
>  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



[jira] [Updated] (HDDS-1489) Unnecessary log messages on console with Ozone shell

2019-05-06 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-1489:
-
Labels: pull-request-available  (was: )

> 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
>
> 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



[jira] [Updated] (HDDS-1489) Unnecessary log messages on console with Ozone shell

2019-05-06 Thread Siddharth Wagle (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Wagle updated HDDS-1489:
--
Status: Patch Available  (was: Open)

> 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: 10m
>  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