You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by AMashenkov <gi...@git.apache.org> on 2018/06/07 16:56:15 UTC

[GitHub] ignite pull request #4151: Ignite-8681: check if 8503 fix test issues.

GitHub user AMashenkov opened a pull request:

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

    Ignite-8681: check if 8503 fix test issues.

    

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

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

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

    https://github.com/apache/ignite/pull/4151.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 #4151
    
----
commit c069f31c90a5b4be02d4d6b4b390f278fb6c98f3
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-01T15:51:37Z

    WIP. Introduce expiry throttling.
    Thread will avoid try to clean expired entries if recent try has finished with "nothing to clean".

commit 38e179c9d658aa7091770322d4698a70f434b8d5
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-01T17:14:06Z

    WIP. Avoid useless unwindEvict try for caches with eagerTtl disabled.

commit 2fd31ed3b896f4a99e189af74c4d1ee5b32c2cc8
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-01T20:25:54Z

    WIP. Minor

commit 50d9984ab8ba2dcda15f515568ec0fe6123c3a82
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-05T09:32:02Z

    WIP.
    Added per-cacheGroup unwind throttling.
    Styles.

commit 4b38d9c4343e671f29880c8022cc9f17a8a3cdbc
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-06T09:09:42Z

    Wip. Minors

commit 3507d89c513d84184d8401f46c2010260d43ad0f
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-06T09:13:54Z

    Merge branch 'master' into ignite-8681

commit f9048aa0c288ac21b03811c00eadf1af363def93
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-06T09:54:22Z

    Wip.
    Disable throttling for in memory store.

commit f4ee6812cc136eba5b4aad526c30d615621bc674
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-06T10:49:01Z

    Revert "Wip. Disable throttling for in memory store."
    
    This reverts commit f9048aa

commit 2d24ff19a21fc40bdca2afd7ee02b584417c439a
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-06-06T12:28:18Z

    IGNITE-8503: Fixed entry startVersion.
    
    (cherry picked from commit f0259f6)

----


---

[GitHub] ignite pull request #4151: Ignite-8681: check if 8503 fix test issues.

Posted by AMashenkov <gi...@git.apache.org>.
Github user AMashenkov closed the pull request at:

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


---