HBASE-5008 The clusters can't provide services because Region can't flush.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1213358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe60d5dce8
commit
c7c688679a
|
@ -561,6 +561,7 @@ public class HRegion implements HeapSize { // , Writable{
|
|||
|
||||
this.writestate.setReadOnly(this.htableDescriptor.isReadOnly());
|
||||
|
||||
this.writestate.flushRequested = false;
|
||||
this.writestate.compacting = 0;
|
||||
|
||||
// Initialize split policy
|
||||
|
|
Loading…
Reference in New Issue