Details
Description
In DefaultMemStore#rollback() :
if (found != null && found.getMvccVersion() == kv.getMvccVersion()) { this.snapshot.remove(kv); }
this.snapshotSize should be updated in case of rollback.
In DefaultMemStore#rollback() :
if (found != null && found.getMvccVersion() == kv.getMvccVersion()) { this.snapshot.remove(kv); }
this.snapshotSize should be updated in case of rollback.