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

Caleb Rackliffe updated CASSANDRA-18490:
----------------------------------------
    Description: 
The SAI code currently does not checksum validate per-column index data files 
at any point. It does checksum validate per-sstable components after a full 
rebuild and it checksum validates the per-column metadata on opening.

We should checksum validate all index components on startup, full rebuild and 
streaming.

EDIT: The changes we ultimately made here were:

- Fix checksum calculation in {{IncrementalChecksumSequentialWriter}}
- Checksum per-SSTable and per-column components after streaming
- Avoid validating indexes when full rebuild is requested

  was:
The SAI code currently does not checksum validate per-column index data files 
at any point. It does checksum validate per-sstable components after a full 
rebuild and it checksum validates the per-column metadata on opening.

We should checksum validate all index components on startup, full rebuild and 
streaming.


> Checksum per-SSTable and per-column SAI components after streaming
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-18490
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18490
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Feature/2i Index
>            Reporter: Mike Adamson
>            Assignee: Piotr Kolaczkowski
>            Priority: Normal
>             Fix For: 5.x
>
>
> The SAI code currently does not checksum validate per-column index data files 
> at any point. It does checksum validate per-sstable components after a full 
> rebuild and it checksum validates the per-column metadata on opening.
> We should checksum validate all index components on startup, full rebuild and 
> streaming.
> EDIT: The changes we ultimately made here were:
> - Fix checksum calculation in {{IncrementalChecksumSequentialWriter}}
> - Checksum per-SSTable and per-column components after streaming
> - Avoid validating indexes when full rebuild is requested



--
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