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

Ilya Maykov updated CASSANDRA-1867:
-----------------------------------

    Attachment: cassandra-1867.txt

Patch against 0.6 branch attached.

> sstable2json runs out of memory when trying to export huge rows
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-1867
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1867
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 0.6.8
>            Reporter: Ilya Maykov
>            Priority: Minor
>         Attachments: cassandra-1867.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Currently, sstable2json can run out of memory if it encounters a huge row. 
> The problem is that it creates an in-memory String for each row. Proposed 
> solution is to pass the output PrintStream to the serializeRow() and 
> serializeColumns() methods and write to the stream incrementally.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to