ChenSammi commented on PR #11033:
URL: https://github.com/apache/ozone/pull/11033#issuecomment-5323474957

   > @ChenSammi Thanks for the fix, It seems before also in 
[PR](https://github.com/apache/ozone/pull/7569) flaky test was fixed. Change 
looks fine to me to increase time here. Can you try to run flaky workflow to 
see if it is working always?
   
   Usually rerun will solve the problem. So the root cause is the task cannot 
be finished in 40s.  This https://github.com/apache/ozone/pull/7569 changes the 
way from blind sleep 40s, to periodically check in 40s, but the max time wait 
is still 40s.  I think extend max 40s to 90s should be enough to cover the 
execution according to this which I mentioned in the JIRA description. 
   
   ```
   ContainerBalancer is Running.
   Started at: 2026-08-17 04:47:45
   Balancing duration: 46s
   Size scheduled to move 102 MB
   Moved data size 62 MB
   Scheduled to move containers 5
   Already moved containers 3
   Failed to move containers 0
   Failed to move containers by timeout 0
   ...
   Completed iteration history:
   ```


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