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