You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by aealeksandrov <gi...@git.apache.org> on 2018/12/13 15:18:23 UTC

[GitHub] ignite pull request #5664: IGNITE-5003: Hanging of parallel write&evict for ...

GitHub user aealeksandrov opened a pull request:

    https://github.com/apache/ignite/pull/5664

    IGNITE-5003: Hanging of parallel write&evict for the same key in Cach…

    …eWriteBehindStore fixed.
    
    Now GridCacheWriteBehindStore.updateCache wait for writeLock in StatefulValue and, moreover, waitForFlush() if value is in pending (flushing) state. We need to remove waiting.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5003

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5664.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5664
    
----
commit 759fbb5e271d86583087b897e3659d86bd41a125
Author: Andrei Aleksandrov <ae...@...>
Date:   2018-12-13T15:16:17Z

    IGNITE-5003: Hanging of parallel write&evict for the same key in CacheWriteBehindStore fixed.

----


---