You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2018/09/12 14:29:00 UTC

[jira] [Created] (CASSANDRA-14732) Range queries do not always query local node

Benedict created CASSANDRA-14732:
------------------------------------

             Summary: Range queries do not always query local node
                 Key: CASSANDRA-14732
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14732
             Project: Cassandra
          Issue Type: Bug
            Reporter: Benedict
             Fix For: 4.0.x


The logic for choosing to submit a local request is very peculiar, only doing so if it is the only replica to be queried.  Going through the NIC to query oneself otherwise is fairly strange, and surely a bug.

I wonder if we should detect and warn messages sent from/to ourselves, as this is surely always a bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org