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

Dmitry Konstantinov commented on CASSANDRA-21150:
-------------------------------------------------

The issue is caused by changing 
org.apache.cassandra.io.sstable.format.big.BigTableVerifier.deserializeIndex 
logic in ff78780d commit. 
Before the change we read only index file within 
org.apache.cassandra.io.sstable.format.SortedTableVerifier#deserializeIndex 
After the change we started to read data file as well for BIG format (which is 
corrupted as a part of this test)


> Test failure: 
> org.apache.cassandra.io.sstable.VerifyTest.testVerifyCorruptRowCorrectDigest
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-21150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-21150
>             Project: Apache Cassandra
>          Issue Type: Bug
>          Components: Local/SSTable
>            Reporter: Dmitry Konstantinov
>            Assignee: Arvind Kandpal
>            Priority: Normal
>         Attachments: image-2026-01-31-16-46-01-322.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [butler link 
> |https://butler.cassandra.apache.org/#/ci/upstream/workflow/Cassandra-trunk/failure/org.apac[…]o.sstable/VerifyTest/testVerifyCorruptRowCorrectDigest]
> this test looks like has an explicit breaking point + it fails only for 
> compression config profile + 
> https://ci-cassandra.apache.org/job/Cassandra-trunk/2367/
> so an issue could be between 
> https://github.com/apache/cassandra/commit/ec3b425c38d92d20d77d3a87c782ed9c072e1cd9
>  (exclusive) and 
> https://github.com/apache/cassandra/commit/3c69bd23673caa40b22f3500a3e3eecabc25c8e5
>  commits
> !image-2026-01-31-16-46-01-322.png|width=600!



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