Resolved comments.
This commit is contained in:
parent
0421562ce9
commit
5e0b1fd13f
|
@ -1397,7 +1397,6 @@ ACTOR Future<Void> getValueQ(StorageServer* data, GetValueRequest req) {
|
|||
path = 2;
|
||||
Optional<Value> vv = wait(data->storage.readValue(req.key, IKeyValueStore::ReadType::NORMAL, req.debugID));
|
||||
data->counters.kvGetBytes += vv.expectedSize();
|
||||
++data->counters.kvGets;
|
||||
// Validate that while we were reading the data we didn't lose the version or shard
|
||||
if (version < data->storageVersion()) {
|
||||
TEST(true); // transaction_too_old after readValue
|
||||
|
|
Loading…
Reference in New Issue