[
https://issues.apache.org/jira/browse/CASSANDRA-7015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967003#comment-13967003
]
Joshua McKenzie commented on CASSANDRA-7015:
--------------------------------------------
bq. Is there a good reason to hide the stacktrace normally? I'm kinda -1 on
that behaviour.
I'm -1 on that as well; that behavior caused me a few headaches while working
on CASSANDRA-3668. I can tweak it so we default to always print with my
changes on that ticket unless Yuki has a reason why we shouldn't go that route.
> sstableloader NPE
> -----------------
>
> Key: CASSANDRA-7015
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7015
> Project: Cassandra
> Issue Type: Bug
> Reporter: Ryan McGuire
> Assignee: Benedict
>
> The basic snapshot dtest is failing:
> {code}
> PRINT_DEBUG=true nosetests2 -x -s -v snapshot_test.py:TestSnapshot
> {code}
> This is due to this error from sstableloader:
> {code}
> Opening sstables and calculating sections to stream
> null
> java.lang.NullPointerException
> at
> org.apache.cassandra.io.sstable.SSTableReader.getFilename(SSTableReader.java:627)
> at org.apache.cassandra.io.sstable.SSTable.toString(SSTable.java:243)
> at
> org.apache.cassandra.io.sstable.SSTableReader.loadSummary(SSTableReader.java:802)
> at
> org.apache.cassandra.io.sstable.SSTableReader.openForBatch(SSTableReader.java:343)
> at
> org.apache.cassandra.io.sstable.SSTableLoader$1.accept(SSTableLoader.java:113)
> at java.io.File.list(File.java:1155)
> at
> org.apache.cassandra.io.sstable.SSTableLoader.openSSTables(SSTableLoader.java:74)
> at
> org.apache.cassandra.io.sstable.SSTableLoader.stream(SSTableLoader.java:156)
> at org.apache.cassandra.tools.BulkLoader.main(BulkLoader.java:84)
> FAIL
> {code}
> This was working as of CASSANDRA-6965 being fixed, but it's broken again. I
> think it's due to the changes in 5ebadc11e36749e, so I'm assigning to you
> Bendedict.
--
This message was sent by Atlassian JIRA
(v6.2#6252)