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

Sam Tunnicliffe updated CASSANDRA-19692:
----------------------------------------
          Since Version: NA
    Source Control Link: 
https://github.com/apache/cassandra/commit/63648c1e86bdc31d60b80e55b4f48c55aa5e8deb
             Resolution: Fixed
                 Status: Resolved  (was: Ready to Commit)

thanks both, committed.

> ClassCastException on selection with where clause from 
> system.local_metadata_log
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-19692
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19692
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Transactional Cluster Metadata
>            Reporter: Stefan Miklosovic
>            Assignee: Sam Tunnicliffe
>            Priority: Normal
>             Fix For: 5.x
>
>         Attachments: ci_summary-1.html, ci_summary.html
>
>
> {code}
> select * from system.local_metadata_log where epoch = 1;
> NoHostAvailable: ('Unable to complete the operation against any hosts', 
> {<Host: 172.19.0.12:9042 dc2>: <Error from server: code=0000 [Server error] 
> message="java.lang.ClassCastException: class 
> org.apache.cassandra.dht.Murmur3Partitioner$LongToken cannot be cast to class 
> org.apache.cassandra.dht.ReversedLongLocalPartitioner$ReversedLongLocalToken 
> (org.apache.cassandra.dht.Murmur3Partitioner$LongToken and 
> org.apache.cassandra.dht.ReversedLongLocalPartitioner$ReversedLongLocalToken 
> are in unnamed module of loader 'app')">})
> {code}
> same select but with "limit" works.



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

Reply via email to