yuluo-yx opened a new pull request, #10885:
URL: https://github.com/apache/rocketmq/pull/10885

   ### Which Issue(s) This PR Fixes
   
   - Fixes #10875
   
   ### Brief Description
   
   RaftReplicasInfoManager now passes the actual broker-active predicate to the 
shared re-election scanner. This lets an inactive master with a live slave be 
reported for re-election instead of being hidden by a double negation.
   
   ### How Did You Test This Change?
   
   - mise exec [email protected] -- mvn -pl controller -am -DskipITs 
-Dtest=RaftReplicasInfoManagerTest -Dsurefire.failIfNoSpecifiedTests=false test 
(16 tests passed)
   - Checkstyle and SpotBugs passed in the same Maven reactor.
   - git diff --check and the 400-line scope gate passed.
   - Not run: full repository build, container tests, or end-to-end 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