Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.98.0, 0.95.1
-
None
-
Reviewed
Description
In distributedLogReplay(hbase-7006), we allow writes even when a region is in recovering. It may cause undesired behavior when applications(or deployments) already are near its write capacity because distributedLogReplay generates more write traffic to remaining region servers.
The new config "hbase.regionserver.disallow.writes.when.recovering" tries to address the above situation so that recovering won't be affected by application normal write traffic.
The default value of this config is false(meaning allow writes in recovery)
Attachments
Attachments
Issue Links
- is related to
-
HBASE-7006 [MTTR] Improve Region Server Recovery Time - Distributed Log Replay
- Closed