yyqdbngt opened a new pull request, #2813:
URL: https://github.com/apache/rocketmq-dashboard/pull/2813

   ## Summary
   - apply the collection timeout as one deadline for the whole scheduled pass
   - stop waiting once the shared budget is exhausted and cancel unfinished jobs
   - cover multiple blocked collectors with a timing regression test
   
   ## Why
   Waiting for each collector with the full timeout made a pass take `collector 
count × timeout`, allowing slow providers to overlap later scheduling cycles.
   
   ## Testing
   - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 
PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH ./mvnw -f server/pom.xml 
-Dtest=CollectorSchedulerTest test`


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

Reply via email to