You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2016/07/15 14:47:20 UTC

[jira] [Resolved] (CASSANDRA-12204) sstable2json should let the user know that failure might have occurred due to lack of disk space

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

Aleksey Yeschenko resolved CASSANDRA-12204.
-------------------------------------------
    Resolution: Won't Fix

> sstable2json should let the user know that failure might have occurred due to lack of disk space
> ------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12204
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12204
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Thanh
>            Priority: Minor
>
> $ sstable2json testks_0101-datatable-ka-61613-Data.db > ~/json61613
> java.io.IOException: Error writing output stream
>         at org.apache.cassandra.tools.SSTableExport.checkStream(SSTableExport.java:82)
>         at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:344)
>         at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:369)
>         at org.apache.cassandra.tools.SSTableExport.export(SSTableExport.java:382)
>         at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:467)
> The above error doesn't give the user any clue as to what happened/why it errored.
> It turns out, the above, can result from running out of disk space, which can happen if you're trying to write out the json of a very large sstable.
> sstable2json should let the user know that he/she might be out of disk space.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)