[
https://issues.apache.org/jira/browse/CASSANDRA-11330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226927#comment-15226927
]
Chris Lohfink commented on CASSANDRA-11330:
-------------------------------------------
Looks like the detection for 2i uses the cfname from Descriptor which is pulled
from the directories the sstables are in. This means now if the path has "."s
in it, it will think its a 2i and use the LocalPartitioner. Is there a way we
can do this without relying on the directories the sstables exist in?
Especially problematic if using relative paths. since a ".." will blow the
detection.
> Enable sstabledump to be used on 2i tables
> ------------------------------------------
>
> Key: CASSANDRA-11330
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11330
> Project: Cassandra
> Issue Type: Improvement
> Components: Tools
> Reporter: Sam Tunnicliffe
> Assignee: Sam Tunnicliffe
> Priority: Minor
> Fix For: 3.0.5, 3.5
>
>
> It is sometimes useful to be able to inspect the sstables backing 2i tables,
> which requires a small tweak to the way the partitioner is created.
> Although this is an improvement rather than a bugfix, I've marked it for
> 3.0.x as it's really very non-invasive.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)