Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Semantic
-
Low Hanging Fruit
-
All
-
None
-
Description
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.
Attachments
Issue Links
- links to