[ https://issues.apache.org/jira/browse/CASSANALYTICS-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bernardo Botella Corbi updated CASSANALYTICS-86: ------------------------------------------------ Status: Review In Progress (was: Needs Committer) > Analytics job fails when source table has secondary indexes > ----------------------------------------------------------- > > Key: CASSANALYTICS-86 > URL: https://issues.apache.org/jira/browse/CASSANALYTICS-86 > Project: Apache Cassandra Analytics > Issue Type: Bug > Components: Reader > Reporter: Bernardo Botella Corbi > Assignee: Bernardo Botella Corbi > Priority: Normal > Fix For: 0.2 > > > When running a read job against a table that has secondary indexes, the read > fails with this error: > {code:java} > java.lang.IllegalStateException: Partitioner in ValidationMetadata does not > match TableMetaData: org.apache.cassandra.dht.LocalPartitioner vs. > org.apache.cassandra.dht.Murmur3Partitioner > {code} > The reason is that the call to sidecar to list all the files present on a > snapshot is not filtering out the index files, which are supposed to be > local. We need to enable that filtering in the call to sidecar to make this > work. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org