Arjun Ashok created CASSANDRA-19873:
---------------------------------------

             Summary: [Analytics] Removes checks for blocked instances from 
bulk-write path
                 Key: CASSANDRA-19873
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19873
             Project: Cassandra
          Issue Type: Task
          Components: Analytics Library
            Reporter: Arjun Ashok


The analytics bulk writer currently performs checks for blocked instances for 
consistency-level validations prior-to and after the bulk-write. It also takes 
all the blocked nodes into account for these validations instead of the nodes 
in the specific range being written (addressed separately under 
https://issues.apache.org/jira/browse/CASSANDRA-19842).

 

This change removes the notion of blocked instances for bulk-writes, treating 
such nodes as available, as the intended usage of "blocked" nodes is to 
operationally prevent client CQL connections going into the node, but not 
writes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to