Attila Doroszlai created HDDS-3935: -------------------------------------- Summary: Change latest snapshot log to debug Key: HDDS-3935 URL: https://issues.apache.org/jira/browse/HDDS-3935 Project: Hadoop Distributed Data Store Issue Type: Bug Components: OM HA Affects Versions: 0.6.0 Reporter: Attila Doroszlai Assignee: Attila Doroszlai
In OM HA, followers log latest snapshot information twice per second: {code} 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 {code} I think this should be debug-level message. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org