RE: Missing object when loading from Cassandra with multiple queries

2017-08-02 Thread Roger Fischer (CW)
Message- From: vkulichenko [mailto:valentin.kuliche...@gmail.com] Sent: Friday, July 28, 2017 11:46 AM To: user@ignite.apache.org Subject: RE: Missing object when loading from Cassandra with multiple queries Roger, Yeah, that's weird and hard to tell why this happens. Obviously there is some

RE: Missing object when loading from Cassandra with multiple queries

2017-07-28 Thread Roger Fischer (CW)
kuliche...@gmail.com] Sent: Friday, July 28, 2017 11:46 AM To: user@ignite.apache.org Subject: RE: Missing object when loading from Cassandra with multiple queries Roger, Yeah, that's weird and hard to tell why this happens. Obviously there is some kind of race condition. In any case, I would

RE: Missing object when loading from Cassandra with multiple queries

2017-07-28 Thread vkulichenko
Roger, Yeah, that's weird and hard to tell why this happens. Obviously there is some kind of race condition. In any case, I would do everything correctly first, and then check if issue persists or not. -Val -- View this message in context:

RE: Missing object when loading from Cassandra with multiple queries

2017-07-28 Thread Roger Fischer (CW)
: Missing object when loading from Cassandra with multiple queries Roger, If they are not needed, they should be part of value object rather than key object. When you create a key object to do a cache lookup or other operation, you should provide exact fields for all values included in it. -Val

RE: Missing object when loading from Cassandra with multiple queries

2017-07-27 Thread vkulichenko
Roger, If they are not needed, they should be part of value object rather than key object. When you create a key object to do a cache lookup or other operation, you should provide exact fields for all values included in it. -Val -- View this message in context:

RE: Missing object when loading from Cassandra with multiple queries

2017-07-27 Thread Roger Fischer (CW)
017 2:56 PM To: user@ignite.apache.org Subject: RE: Missing object when loading from Cassandra with multiple queries 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

RE: Missing object when loading from Cassandra with multiple queries

2017-07-27 Thread vkulichenko
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

Re: Missing object when loading from Cassandra with multiple queries

2017-07-25 Thread vkulichenko
Hi Roger, Can you show the FcPortStatsKey class? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Missing-object-when-loading-from-Cassandra-with-multiple-queries-tp15644p15645.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.