Huginn-kio commented on PR #8664:
URL: https://github.com/apache/hbase/pull/8664#issuecomment-5699288668

   Updated the patch to align with the upstream fix approach.
   
   `RSGroupInfoManagerImpl#getRSGroupAssignmentsByTable` now collects online 
servers in the requested RSGroup and delegates assignment collection to 
`RegionStates#getAssignmentsForBalancer(...)`. This common path filters 
assignments with null locations and preserves the balancer eligibility rules 
for disabled tables and non-OPEN/OPENING regions. The regression test covers a 
region with no current server while preserving disabled-table filtering.
   
   Validation completed locally:
   - `TestRSGroupsBalance`: 4 tests passed
   - Targeted Checkstyle: 0 violations
   - RAT: passed
   - SpotBugs: 0 bugs
   


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