Revert "HBASE-16698 Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload; ADDENDUM. Fix findbugs"
Premature commit. Revert while discussion ongoing
This reverts commit e1923b7c0c
.
This commit is contained in:
parent
635ea05b9a
commit
f555b5be9c
|
@ -3309,6 +3309,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver, Regi
|
||||||
this.mvcc.advanceTo(batchOp.getReplaySequenceId());
|
this.mvcc.advanceTo(batchOp.getReplaySequenceId());
|
||||||
} else {
|
} else {
|
||||||
// writeEntry won't be empty if not in replay mode
|
// writeEntry won't be empty if not in replay mode
|
||||||
|
assert writeEntry != null;
|
||||||
mvcc.completeAndWait(writeEntry);
|
mvcc.completeAndWait(writeEntry);
|
||||||
writeEntry = null;
|
writeEntry = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue