PDavid commented on code in PR #7963:
URL: https://github.com/apache/hbase/pull/7963#discussion_r2973380792
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java:
##########
@@ -507,7 +507,8 @@ public int getSplitQueueSize() {
private boolean shouldSplitRegion(RegionInfo ri) {
if (server.getNumberOfOnlineRegions() > 0.9 * regionSplitLimit) {
LOG.warn("Total number of regions is approaching the upper limit " +
regionSplitLimit + ". "
- + "Please consider taking a look at
http://hbase.apache.org/book.html#ops.regionmgt");
+ + "Please consider taking a look at "
+ +
"https://hbase.apache.org/docs/operational-management/region-and-capacity#region-managementk");
Review Comment:
Thanks, nice catch. :+1: :100:
--
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]