Skip to main content
1 of 5

C*4 secondary index row count zero

I have 2 c*4 nodes. And a secondary index provisioned. ./nodetool ring 192.168.43.10 rack1 Up Normal 176.08 KiB 55.56% 4716404817677783992 192.168.43.11 rack1 Up Normal 194.74 KiB 44.44% 6854338132896405748

./bin/cqlsh 192.168.43.10 If I query secondary index field with token(4716404817677783992) rows are correct select * from x."y" where "a"='***' and token("Id")=6854338132896405748;

But if I query with token("Id")=6854338132896405748 result is zero, there are no exceptions in any node. Have an idea?

Secondary index implementation founds Ids and from 3rd party source and collects rows from c*

Both scenarios working on c*3