Siyao Meng created HDDS-2377: -------------------------------- Summary: Speed up testOMRetryProxy and testTwoOMNodesDown in TestOzoneManagerHA Key: HDDS-2377 URL: https://issues.apache.org/jira/browse/HDDS-2377 Project: Hadoop Distributed Data Store Issue Type: Improvement Reporter: Siyao Meng Assignee: Siyao Meng
Marton's comment: https://github.com/apache/hadoop-ozone/pull/30#pullrequestreview-302465440 Out of curiosity, I ran entire TestOzoneManagerHA locally. The entire test class finished in 10m 30s. I discovered {{testOMRetryProxy}} and {{testTwoOMNodesDown}} are taking the most time (2m and 2m 30s respectively) to finish. Most time are wasted on retry and wait. We could reasonably reduce the amount of time on the wait. As I tested, I can make {{testOMRetryProxy}} and {{testTwoOMNodesDown}} finish in 25 seconds each, saving 3.5 minutes runtime on this test class alone. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org