Bernardo Botella Corbi created CASSANALYTICS-86:
---------------------------------------------------

             Summary: 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
            Reporter: Bernardo Botella Corbi


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]

Reply via email to