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

ASF subversion and git services commented on CASSANDRASC-97:
------------------------------------------------------------

Commit e329f3232fae867879aba2cd0a766404aaf9a427 in cassandra-sidecar's branch 
refs/heads/trunk from Francisco Guerrero
[ https://gitbox.apache.org/repos/asf?p=cassandra-sidecar.git;h=e329f32 ]

CASSANDRASC-97: Add support for additional digest validation during SSTable 
upload

In this commit we add the ability to support additional digest algorithms for 
verification
during SSTable uploads. We introduce the `DigestVerifierFactory` which now 
supports
XXHash32 and MD5 `DigestVerifier`s.

This commit also adds support for XXHash32 digests. Clients can now send the 
XXHash32 digest
instead of MD5. This would allow both the clients and server the flexibility to 
utilize a more
performant algorithm.

Patch by Francisco Guerrero; Reviewed by Yifan Cai for CASSANDRASC-97


> Add support for additional checksum validation during SSTable upload
> --------------------------------------------------------------------
>
>                 Key: CASSANDRASC-97
>                 URL: https://issues.apache.org/jira/browse/CASSANDRASC-97
>             Project: Sidecar for Apache Cassandra
>          Issue Type: Improvement
>          Components: Rest API
>            Reporter: Francisco Guerrero
>            Assignee: Francisco Guerrero
>            Priority: Normal
>              Labels: pull-request-available
>
> We would like to introduce the {{ChecksumVerifierFactory}} to support the 
> ability to configure different checksum algorithms for verification during 
> SSTable uploads. Currently, MD5 is the only supported checksum algorithm. 
> However, Sidecar should be flexible enough to support different checksum 
> algorithms.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to