ajkh88 opened a new pull request, #7563:
URL: https://github.com/apache/hbase/pull/7563

   This change adds fail-fast validation that throws UnknownRegionException 
when callers attempt to reopen regions that don't belong to the specified 
table, preventing silent failures and configuration errors in production. The 
implementation removes unused batch parameters from the API in favor of 
configuration-based throttling (via table descriptor or global config), 
ensuring consistent behavior between reopening all regions and specific 
subsets. Exception handling now properly fails procedures for DoNotRetry errors 
rather than infinitely retrying validation failures.
   
   JIRA: https://issues.apache.org/jira/browse/HBASE-29782


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