adoroszlai opened a new pull request #1853: URL: https://github.com/apache/ozone/pull/1853
## What changes were proposed in this pull request? Restore default failover attempt count (15) for `ozone-ha`. The custom value (6) was inherited from `ozone-om-ha`, which exercises failovers. The error happened if OM leader election took too long: ``` 2021/01/28/5550/acceptance-misc:om2_1 leader elected after 6899ms 2021/01/27/5516/acceptance-misc:om2_1 leader elected after 7346ms 2021/01/27/5510/acceptance-misc:om3_1 leader elected after 7254ms 2021/01/28/5536/acceptance-misc:om2_1 leader elected after 7149ms 2021/01/26/5496/acceptance-misc:om2_1 leader elected after 6740ms ``` https://issues.apache.org/jira/browse/HDDS-4760 ## How was this patch tested? https://github.com/adoroszlai/hadoop-ozone/actions/runs/520001429 ``` om1_1 leader elected after 6877ms ``` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
