HBASE-16801 The Append/Increment may return the data from future - addendum (ChiaPing Tsai)

This commit is contained in:
tedyu 2016-10-12 10:06:51 -07:00
parent b76b75142d
commit 996d631c62
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class ServerNonceManager {
private static final long WAITING_BIT = 4;
private static final long ALL_FLAG_BITS = WAITING_BIT | STATE_BITS;
private long mvcc;
private volatile long mvcc;
@Override
public String toString() {