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/07/08 17:02:16 UTC

[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #1176: HDDS-3935. Change latest snapshot log to debug

adoroszlai opened a new pull request #1176:
URL: https://github.com/apache/hadoop-ozone/pull/1176


   ## What changes were proposed in this pull request?
   
   Change latest snapshot log in OM state machine to debug, to avoid spamming the log with 2 messages per second:
   
   ```
   om1_1       | 2020-07-08 15:46:47,097 [grpc-default-executor-3] INFO ratis.OzoneManagerStateMachine: Latest Snapshot Info 0#-1
   om2_1       | 2020-07-08 15:46:47,097 [grpc-default-executor-0] INFO ratis.OzoneManagerStateMachine: Latest Snapshot Info 0#-1
   om1_1       | 2020-07-08 15:46:47,604 [grpc-default-executor-3] INFO ratis.OzoneManagerStateMachine: Latest Snapshot Info 0#-1
   om2_1       | 2020-07-08 15:46:47,604 [grpc-default-executor-0] INFO ratis.OzoneManagerStateMachine: Latest Snapshot Info 0#-1
   om1_1       | 2020-07-08 15:46:48,110 [grpc-default-executor-3] INFO ratis.OzoneManagerStateMachine: Latest Snapshot Info 0#-1
   om2_1       | 2020-07-08 15:46:48,110 [grpc-default-executor-0] INFO ratis.OzoneManagerStateMachine: Latest Snapshot Info 0#-1
   ```
   
   https://issues.apache.org/jira/browse/HDDS-3935
   
   ## How was this patch tested?
   
   ```
   $ cd hadoop-ozone/dist/target/ozone-0.6.0-SNAPSHOT/compose/ozone-om-ha-s3
   $ docker-compose up -d --scale datanode=3
   $ docker-compose logs -f --tail=10 om1 om2 om3
   ```
   
   https://github.com/adoroszlai/hadoop-ozone/runs/850605500


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


[GitHub] [hadoop-ozone] bharatviswa504 commented on pull request #1176: HDDS-3935. Change latest snapshot log to debug

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on pull request #1176:
URL: https://github.com/apache/hadoop-ozone/pull/1176#issuecomment-655898335


   Thank You @adoroszlai for the contribution and @arp7 for the review.


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


[GitHub] [hadoop-ozone] adoroszlai commented on pull request #1176: HDDS-3935. Change latest snapshot log to debug

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #1176:
URL: https://github.com/apache/hadoop-ozone/pull/1176#issuecomment-655909637


   Thanks @arp7 for the review and @bharatviswa504 for reviewing and merging this.


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


[GitHub] [hadoop-ozone] bharatviswa504 merged pull request #1176: HDDS-3935. Change latest snapshot log to debug

Posted by GitBox <gi...@apache.org>.
bharatviswa504 merged pull request #1176:
URL: https://github.com/apache/hadoop-ozone/pull/1176


   


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