bharatviswa504 opened a new pull request #485: HDDS-2921. Remove ozone ratis server specific config keys URL: https://github.com/apache/hadoop-ozone/pull/485 ## What changes were proposed in this pull request? Converted the below ratis server configuration to use direct ratis configuration. dfs.ratis.server.watch.timeout.duration = 180s dfs.ratis.server.failure.duration = 300s dfs.ratis.server.request.timeout.duration = 60s dfs.container.ratis.leader.num.pending.requests = 1024 And also added raft.server.watch.request.timeout = 180s As there are many configurations, converted only the one which is needed to be modified according to Teragen test results. Will open a new jira to convert other configuration. Had appended datanode.ratis to the config's as Once OM also starts using these and there is a need to have different values, this will help in knowing which configurations are for OM and which are for DN. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2921 ## How was this patch tested? Existing UT and acceptance tests.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
