[
https://issues.apache.org/jira/browse/CASSANDRA-8058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Boudreault updated CASSANDRA-8058:
---------------------------------------
Tester: Alan Boudreault
> local consistency level during boostrap (may cause a write timeout on each
> write request)
> -----------------------------------------------------------------------------------------
>
> Key: CASSANDRA-8058
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8058
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Nicolas DOUILLET
> Assignee: Nicolas DOUILLET
> Fix For: 2.0.11, 2.1.1
>
> Attachments:
> 0001-during-boostrap-block-only-for-local-pending-endpoin.patch.txt,
> 0001-during-boostrap-block-only-for-local-pending-endpoint-v2.patch,
> 0001-during-boostrap-block-only-for-local-pending-endpoints-v2-1.patch
>
>
> Hi,
> During bootstrap, for {{LOCAL_QUORUM}} and {{LOCAL_ONE}} consistencies, the
> {{DatacenterWriteResponseHandler}} were waiting for pending remote endpoints.
> I think that's a regression, because it seems that it has been correctly
> implemented in CASSANDRA-833, but removed later.
> It was specifically annoying in the case of {{RF=2}} and {{cl=LOCAL_QUORUM}},
> because during a bootstrap of a remote node, all requests ended in
> {{WriteTimeout}}, because they were waiting for a response that would never
> happen.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)