[ 
https://issues.apache.org/jira/browse/CASSANDRA-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13206632#comment-13206632
 ] 

Peter Schuller commented on CASSANDRA-3897:
-------------------------------------------

The negative side-effect of not hinting to them is not that there is a 
consistency level violation, but that the hinted hand-off optimization fails. 
An operator (not me, we don't use HH) that is expecting hinted hand-off (in its 
new incarnation) to make AES only minimally necessary would be incorrect in the 
face of nodes bootstrapping into the cluster.

                
> StorageService.onAlive() only schedules hints for joined endpoints
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-3897
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3897
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>
> It seems incorrect to not do hint delivery for nodes that are bootstrapping, 
> as that would cause sudden spikes in read repair need or inconsistent reads 
> when a node joins the ring. Particularly if the user is expecting to rely on 
> the new hinted handoff code making AES much less needed. It would be a POLA 
> violation for bootstrapping nodes to be an exception to that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to