[GitHub] ignite pull request #4110: IGNITE-8681: Introduce expiry throttling.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #4110: IGNITE-8681: Introduce expiry throttling.

andrey-kuznetsov
GitHub user AMashenkov opened a pull request:

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

    IGNITE-8681: Introduce expiry throttling.

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

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

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

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

    https://github.com/apache/ignite/pull/4110.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 #4110
   
----
commit c069f31c90a5b4be02d4d6b4b390f278fb6c98f3
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
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".

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #4110: IGNITE-8681: Introduce expiry throttling.

andrey-kuznetsov
Github user AMashenkov closed the pull request at:

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


---