Open efalcao opened 13 years ago
I've been debugging this today and it appears that something is wrong in the write path:
With a simple doc, hashing disabled, I get 10 rows in TI and 5 rows in SI.
Same doc, hashing enabled, I get 1 row in TI and 4 rows in SI.
Still trying to understand the root cause.
Cassandra 0.8 branch seems to work fine.
I've been trying to get Solandra to work against Cassandra 1.0 branch. It's taken only a few edits to get the project to build, but I'm having trouble getting any results back.
On a hunch, I tried starting up Solandra with -Dindex.hashing=false and everything works great against C* 1.0 branch.
Jake, I'm not sure if this is an immediate lightbulb for you, but I've tried to continue debugging but I'm not getting anywhere.
Thanks!