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

   ## Summary
   
   - keep native alert collection concurrency bounded by 
`studio.alerting.collection-parallelism`
   - prevent the collector executor from rejecting later instances during the 
same inventory pass
   - add a regression test with more than `2 * parallelism` instances to ensure 
tail instances are still collected
   
   Closes #2662
   
   ## Verification
   
   - RED before fix: `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn 
-Dtest=CollectorSchedulerTest test` failed with `expected: <5> but was: <4>`
   - GREEN after fix: `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn 
-Dtest=CollectorSchedulerTest test` passed, 6 tests
   


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