Re: Cache.getAll can return partially commited results. IGNITE-4809

2017-06-01 Thread ALEKSEY KUZNETSOV
Ah, ok thanks for clarifying. I will leave my ticket unassigned ср, 31 мая 2017 г. в 21:10, Alexey Goncharuk : > Aleksey, > > Generally, this decision cannot be made on a single node because a > transaction may affect multiple nodes, and one node may have already > committed the transaction and t

Re: Cache.getAll can return partially commited results. IGNITE-4809

2017-05-31 Thread Alexey Goncharuk
Aleksey, Generally, this decision cannot be made on a single node because a transaction may affect multiple nodes, and one node may have already committed the transaction and the other - not. There is a dependant ticket in the ticket you are currently working on which will cover all the caes. Mea

Re: Cache.getAll can return partially commited results. IGNITE-4809

2017-05-31 Thread ALEKSEY KUZNETSOV
one possible solution is to lock entry reading section while userCommit() method is executing. ср, 31 мая 2017 г., 16:52 ALEKSEY KUZNETSOV : > Hi, Igntrs! > When the first writer thread has commited values and cache entries are > getting updated with this new values, another thread is getting par

Cache.getAll can return partially commited results. IGNITE-4809

2017-05-31 Thread ALEKSEY KUZNETSOV
Hi, Igntrs! When the first writer thread has commited values and cache entries are getting updated with this new values, another thread is getting partially assigned values through the cache.getAll(keys) should this method wait for all newly updated entries to finish , or should it throw the exce

Re: IGNITE-4809

2017-04-06 Thread Denis Magda
simply because it’s named in a meaningless way like “IGNITE-4809” — Denis > On Apr 6, 2017, at 11:28 AM, ALEKSEY KUZNETSOV > wrote: > > Hi, Igniters! I will take IGNITE-4809 > <https://issues.apache.org/jira/browse/IGNITE-4809> if you dont mind > -- > > *

Re: IGNITE-4809

2017-04-06 Thread Alexey Goncharuk
EKSEY KUZNETSOV : > Hi, Igniters! I will take IGNITE-4809 > <https://issues.apache.org/jira/browse/IGNITE-4809> if you dont mind > -- > > *Best Regards,* > > *Kuznetsov Aleksey* >

IGNITE-4809

2017-04-06 Thread ALEKSEY KUZNETSOV
Hi, Igniters! I will take IGNITE-4809 <https://issues.apache.org/jira/browse/IGNITE-4809> if you dont mind -- *Best Regards,* *Kuznetsov Aleksey*

[jira] [Created] (IGNITE-4809) Cache.getAll can return partially commited results.

2017-03-09 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-4809: Summary: Cache.getAll can return partially commited results. Key: IGNITE-4809 URL: https://issues.apache.org/jira/browse/IGNITE-4809 Project: Ignite