Resolved comments.

This commit is contained in:
He Liu 2022-01-20 10:04:07 -08:00 committed by Meng Xu
parent 0421562ce9
commit 5e0b1fd13f
1 changed files with 0 additions and 1 deletions

View File

@ -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