Update fdbclient/NativeAPI.actor.cpp

This commit is contained in:
A.J. Beamon 2020-09-01 13:17:01 -07:00 committed by GitHub
parent 800ece286d
commit 93da4957ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3890,7 +3890,7 @@ ACTOR Future<Standalone<VectorRef<ReadHotRangeWithMetrics>>> getReadHotRanges(Da
wait(waitForAll(fReplies));
if(nLocs == 0) {
if(nLocs == 1) {
TEST(true); // Single-shard read hot range request
return fReplies[0].get().readHotRanges;
}