Re: sstabledump tries to delete a file

2018-01-12 Thread Python_Max
Done https://issues.apache.org/jira/browse/CASSANDRA-14166 On Wed, Jan 10, 2018 at 8:49 PM, Chris Lohfink wrote: > Yes it should be read only, open a jira please. It does look like if the > fp changed it would rebuild or if your missing. When it builds the table > metadata

Re: sstabledump tries to delete a file

2018-01-10 Thread Chris Lohfink
Yes it should be read only, open a jira please. It does look like if the fp changed it would rebuild or if your missing. When it builds the table metadata from the sstable it can just set the properties to match that of the sstable to prevent this. Chris On Wed, Jan 10, 2018 at 4:16 AM,

sstabledump tries to delete a file

2018-01-10 Thread Python_Max
Hello all. I have an error when trying to dump SSTable (Cassandra 3.11.1): $ sstabledump mc-56801-big-Data.db Exception in thread "main" FSWriteError in /var/lib/cassandra/data///mc-56801-big-Summary.db at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:142)