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

   ### Summary
   
   `RegistryProbeRunner` runs bounded concurrent NameServer probes where 
failures, timeouts and saturated queues each degrade to empty without breaking 
the batch. Only the concurrent happy path had a direct test.
   
   ### Changes
   
   - A failing probe degrades to empty while the other entries still contribute
   - An empty entry list completes without submitting work
   - A probe blocked past the deadline is cancelled and degrades to empty 
(elapsed >= timeout)
   - With one worker and one queue slot, the third concurrent entry is rejected 
and degraded without growing the pool or failing the batch
   
   ### Testing
   
   `mvn test -Dtest=RegistryProbeRunnerTest` passes: 5 tests, 0 failures (up 
from 1).


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