Sigma-Ma opened a new pull request, #8468:
URL: https://github.com/apache/hbase/pull/8468

   JIRA: https://issues.apache.org/jira/browse/HBASE-30248
   
   ## Summary
   
   Validate `hbase.snapshot.region.timeout` before using it as a 
ThreadPoolExecutor keep-alive time.
   
   Values less than or equal to zero now produce a warning and fall back to the 
documented default. All RegionServer snapshot call sites use the same 
validation.
   
   ## Test
   
   - Added `TestRegionServerSnapshotManager`
   - Covers negative, zero, and positive timeout values
   
   ## Backport
   
   The issue was reported against 2.5.14. Please advise whether this should be 
backported to branch-2.5 and branch-2.6 after the master PR is merged.


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