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

Aleksey Yeschenko updated CASSANDRA-10093:
------------------------------------------
    Reviewer: Aleksey Yeschenko

> Invalid internal query for static compact tables
> ------------------------------------------------
>
>                 Key: CASSANDRA-10093
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10093
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>             Fix For: 3.0 beta 1
>
>
> When dealing with static compact table on the CQL side and we do a {{SELECT * 
> FROM table;}} query, we generate the wrong clustering filter. More precisely, 
> we create a name query that selects the {{EMPTY}} clustering, but that's an 
> invalid clustering since static compact table have 1 clustering column 
> (internally at least). What we really want to query is the static parts.
> This is the reason for the failure of some dtests 
> ({{bootstrap_test:TestBootstrap.read_from_bootstrapped_node_test}} for 
> instance). More precisely, the invalid filter created breaks serialization, 
> which is why this is only really a problem on multi-node tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to