[
https://issues.apache.org/jira/browse/CASSANALYTICS-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bernardo Botella Corbi updated CASSANALYTICS-86:
------------------------------------------------
Source Control Link:
https://github.com/apache/cassandra-analytics/commit/7d23ad5fb5830b993b77e16810643abf3e5ec5df
Resolution: Fixed
Status: Resolved (was: Ready to Commit)
> 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: [email protected]
For additional commands, e-mail: [email protected]