You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2015/01/08 19:41:36 UTC

[jira] [Resolved] (CASSANDRA-8582) Descriptor.fromFilename seems broken for BIG format

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

T Jake Luciani resolved CASSANDRA-8582.
---------------------------------------
    Resolution: Not a Problem

This looks related to CASSANDRA-6962 which removed the redundant ks and cf from the filename since these are in the file system path.

> Descriptor.fromFilename seems broken for BIG format
> ---------------------------------------------------
>
>                 Key: CASSANDRA-8582
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8582
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Benjamin Lerer
>            Assignee: T Jake Luciani
>
> The problem can be reproduced in {{DescriptorTest}} by adding the following unit test:
> {code}
>     @Test
>     public void testFromFileNameWithBIGFormat()
>     {
>         checkFromFilename(new Descriptor(tempDataDir, ksname, cfname, 1, Descriptor.Type.TEMP, SSTableFormat.Type.BIG), false);
>     }
> {code}



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