adoroszlai opened a new pull request, #4776:
URL: https://github.com/apache/ozone/pull/4776

   ## What changes were proposed in this pull request?
   
   Container balancer may fail to interrupt the current balancing thread.  
We've seen various test execution times from 1 second to 10 minutes.
   
   This change is a workaround to reduce test execution time.
   
   1. Reduce node report interval from 1 minute to 2 seconds, safe mode wait 
time from 5 minutes to 5 seconds.
   2. Fix mismatch between sleep time being logged and actual sleep duration.
   3. Add a unique ID to balancer thread name so we can distinguish between 
runs.
   
   https://issues.apache.org/jira/browse/HDDS-8676
   
   ## How was this patch tested?
   
   1000x runs passed in CI, each batch of 100 runs in ~1 hour.
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/5077320448
   
   Regular CI:
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/5079590645


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to