update comment

This commit is contained in:
chaoguang 2020-01-15 11:06:40 -08:00
parent 72d39a31f1
commit 0749a5a1ab
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ ACTOR Future<Void> commitBatch(
conflictingEntryIds.push_back(conflictingEntryIds.arena(), rCRIndex);
}
}
// At least one keyRange should be returned
// At least one keyRange index should be returned
ASSERT(conflictingEntryIds.size());
trs[t].reply.send(CommitID(invalidVersion, t, Optional<Value>(), Optional<Standalone<VectorRef<int>>>(conflictingEntryIds)));
} else {