maedhroz commented on code in PR #2935:
URL: https://github.com/apache/cassandra/pull/2935#discussion_r1475238520


##########
src/java/org/apache/cassandra/index/sai/StorageAttachedIndex.java:
##########
@@ -493,8 +493,7 @@ public long getEstimatedResultRows()
     @Override
     public boolean isQueryable(Status status)
     {
-        // consider unknown status as queryable, because gossip may not be 
up-to-date for newly joining nodes.
-        return status == Status.BUILD_SUCCEEDED || status == Status.UNKNOWN;
+        return status == Status.BUILD_SUCCEEDED;

Review Comment:
   Reverted the change along w/ QUORUM/QUORUM test cases, but this needs to be 
fixed in a separate Jira.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to