You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2018/04/18 10:24:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Gura updated IGNITE-4809:
--------------------------------
    Fix Version/s:     (was: 2.5)
                   2.6

> Cache.getAll can return partially commited results.
> ---------------------------------------------------
>
>                 Key: IGNITE-4809
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4809
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.7
>            Reporter: Andrew Mashenkov
>            Priority: Major
>             Fix For: 2.6
>
>         Attachments: DirtyReads2.java
>
>
> 1. Create tansactional cache with Long values and fill it with zeroes.
> 2. Start thread that would increment all values in single transaction.
> 3. Start thread that would check all values are same in single transaction.
> Second thread will see partial commits, but shouldn't.
> Seems, it is related to OPTIMISTIC concurrency level only.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)