Revert "Revert "HBASE-16698 Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload; ADDENDUM. Fix findbugs""

This reverts commit f555b5be9c.

A revert of a revert
This commit is contained in:
Michael Stack 2016-10-18 08:35:45 -07:00
parent ec1adb7baa
commit 0d40a52ee8
1 changed files with 0 additions and 1 deletions

View File

@ -3309,7 +3309,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;
}