You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by EdShangGG <gi...@git.apache.org> on 2017/09/17 22:47:12 UTC

[GitHub] ignite pull request #2679: Ignite 6342

GitHub user EdShangGG opened a pull request:

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

    Ignite 6342

    

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

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

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

    https://github.com/apache/ignite/pull/2679.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 #2679
    
----
commit b2e5c3fc4011b69748936908b8d030dcfac84c92
Author: Eduard Shangareev <es...@gridgain.com>
Date:   2017-09-11T15:07:13Z

    IGNITE-6342 Exchange is hanging on eviction

commit 26a570496fb8d314ea4316346428f0423dd2d24e
Author: Eduard Shangareev <es...@gridgain.com>
Date:   2017-09-12T17:51:16Z

    IGNITE-6342 Exchange is hanging on eviction
    -another issue with eviction (when we lost partition, there would time
     window when partition is available but it's state is RENTING what
     break transactions)

commit c3c6f08babec22744736b2906521ee3ff7956f6f
Author: Eduard Shangareev <es...@gridgain.com>
Date:   2017-09-13T18:41:51Z

    IGNITE-6342 Exchange is hanging on eviction
    -race in transaction failing

commit 234d5b23fc2acf0ea484e879d5ca86eda1cc76f5
Author: Eduard Shangareev <es...@gridgain.com>
Date:   2017-09-17T22:13:10Z

    GG-12771 Checkpoint thread got exception in the unstable topology

----


---