[
https://issues.apache.org/jira/browse/CASSANDRA-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873278#action_12873278
]
Hudson commented on CASSANDRA-1128:
-----------------------------------
Integrated in Cassandra #449 (See
[http://hudson.zones.apache.org/hudson/job/Cassandra/449/])
have sstable import/export load schema from local storage. Patch by Matthew
Dennis, reviewed by Gary Dusbabek. CASSANDRA-1128
> sstable2json spews because it uses DatabaseDescriptor before loadSchemas() is
> called
> ------------------------------------------------------------------------------------
>
> Key: CASSANDRA-1128
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1128
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 0.7
> Reporter: Matthew F. Dennis
> Assignee: Matthew F. Dennis
> Priority: Minor
> Fix For: 0.7
>
> Attachments: CASSANDRA-1128.patch, CASSANDRA-1128.patch2
>
>
> sstable2json depends on DatabaseDescriptor for ColumnFamily meta data. DD
> requires loadSchemas() is called before the CFMD can be accesed. nothing in
> the code path in sstable2json calls loadSchemas().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.