Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
HBASE-16008will address this issue
Description
This was what I did on cluster with 1.4.0-SNAPSHOT built Thursday:
Run 'hbase hbck -disableSplitAndMerge' on gateway node of the cluster
Terminate hbck early
Enter hbase shell where I observed:
hbase(main):001:0> splitormerge_enabled 'SPLIT' false 0 row(s) in 0.3280 seconds hbase(main):002:0> splitormerge_enabled 'MERGE' false 0 row(s) in 0.0070 seconds
Expectation is that the split / merge switches should be restored to default value after hbck exits.
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-15128 Disable region splits and merges switch in master
- Resolved
- is related to
-
HBASE-16024 Revert HBASE-15406 from branch-1.3
- Resolved
-
HBASE-16026 Master UI should display status of additional ZK switches
- Resolved
- relates to
-
HBASE-16008 A robust way deal with early termination of HBCK
- Resolved
- links to