[ 
https://issues.apache.org/jira/browse/CASSANDRA-18653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Caleb Rackliffe updated CASSANDRA-18653:
----------------------------------------
    Reviewers: Caleb Rackliffe

> Avoid unnecessary index builds and validations
> ----------------------------------------------
>
>                 Key: CASSANDRA-18653
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18653
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Feature/SAI
>            Reporter: Mike Adamson
>            Assignee: Mike Adamson
>            Priority: Normal
>
> In the testing of CASSANDRA-18490 it was noted that the 
> SSTableAddedNotification will trigger an index build that will always build 
> the column index components even if they already exist and are valid. 
> The same notification is also handled by the StorageAttachedIndexGroup that 
> can validate the components. This can lead to the components being validated 
> more than is necessary.
> We should coordinate these notification handlers so there is no overlap of 
> responsibility.



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

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

Reply via email to