You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2019/06/13 18:33:03 UTC

[jira] [Updated] (CASSANDRA-13685) PartitionColumns.java:161: java.lang.AssertionError: null

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

Jeremy Hanna updated CASSANDRA-13685:
-------------------------------------
    Complexity: Low Hanging Fruit

> PartitionColumns.java:161: java.lang.AssertionError: null
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-13685
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13685
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Legacy/Core, Legacy/Local Write-Read Paths
>            Reporter: Jay Zhuang
>            Assignee: Michael Burman
>            Priority: Low
>              Labels: lhf
>         Attachments: CASSANDRA-13685.patch
>
>
> Similar to CASSANDRA-8192, I guess the SSTable is corrupted:
> {noformat}
> ERROR [SSTableBatchOpen:1] 2017-07-10 21:28:09,325 CassandraDaemon.java:207 - Exception in thread Thread[SSTableBatchOpen:1,5,main]
> java.lang.AssertionError: null
>     at org.apache.cassandra.db.PartitionColumns$Builder.add(PartitionColumns.java:161) ~[apache-cassandra-3.0.14.jar:3.0.14]
>     at org.apache.cassandra.db.SerializationHeader$Component.toHeader(SerializationHeader.java:339) ~[apache-cassandra-3.0.14.jar:3.0.14]
>     at org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:486) ~[apache-cassandra-3.0.14.jar:3.0.14]
>     at org.apache.cassandra.io.sstable.format.SSTableReader.open(SSTableReader.java:375) ~[apache-cassandra-3.0.14.jar:3.0.14]
>     at org.apache.cassandra.io.sstable.format.SSTableReader$4.run(SSTableReader.java:534) ~[apache-cassandra-3.0.14.jar:3.0.14]
>     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_121]
>     at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_121]
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_121]
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
>     at org.apache.cassandra.concurrent.NamedThreadFactory.lambda$threadLocalDeallocator$0(NamedThreadFactory.java:79) [apache-cassandra-3.0.14.jar:3.0.14]
>     at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_121]
> {noformat}
> Would be better to report {{CorruptSSTableException}} with SSTable path.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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