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

Bernardo Botella Corbi updated CASSANALYTICS-86:
------------------------------------------------
     Bug Category: Parent values: Code(13163)
       Complexity: Normal
      Component/s: Reader
    Discovered By: Adhoc Test
    Fix Version/s: 0.2
         Severity: Normal
         Assignee: Bernardo Botella Corbi
           Status: Open  (was: Triage Needed)

> 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]

Reply via email to