You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "adoroszlai (via GitHub)" <gi...@apache.org> on 2023/05/25 13:31:55 UTC

[GitHub] [ozone] adoroszlai opened a new pull request, #4776: HDDS-8676. Speed up TestContainerBalancer

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #4776: HDDS-8676. Speed up TestContainerBalancer

Posted by "adoroszlai (via GitHub)" <gi...@apache.org>.
adoroszlai commented on PR #4776:
URL: https://github.com/apache/ozone/pull/4776#issuecomment-1564278889

   Thanks @sodonnel for the review.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai merged pull request #4776: HDDS-8676. Speed up TestContainerBalancer

Posted by "adoroszlai (via GitHub)" <gi...@apache.org>.
adoroszlai merged PR #4776:
URL: https://github.com/apache/ozone/pull/4776


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org