Update fdbclient/NativeAPI.actor.cpp
This commit is contained in:
parent
800ece286d
commit
93da4957ad
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue