Roger,

Since Ignite stores data in binary format, ыщ it basically ignores your
hashCode and equals implementations. However, I see that in these methods
you use only two fields out of four which makes me think that you can create
two keys with same portId and dateTime, but different hour and bucket, and
expect them to be equal. This definitely can cause issue like you described,
you should identify key by all fields included in it.

Can this be the case?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Missing-object-when-loading-from-Cassandra-with-multiple-queries-tp15644p15748.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to