You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by leveyj <gi...@git.apache.org> on 2016/09/14 12:13:07 UTC

[GitHub] ignite pull request #1059: IGNITE-3897 Test transactional behaviour of cache...

GitHub user leveyj opened a pull request:

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

    IGNITE-3897 Test transactional behaviour of caches during rolling restart

    This submission includes 2 new tests for the IgniteCacheFailoverTestSuite that validate the results of an aggregation function running against a cluster undergoing rolling restart.
    
    Also, the following supporting Assertions are included:
    (1) EventualAssertion - based on the Assertion interface added in IGNITE-3678, this assertion has a timeout and retests the assertion with exponential back-off until successful, or failure.
    (2) CacheNodeSafeAssertion - an assertion to make the rolling restart of nodes deterministic, in that it ensures that the primary and backup partitions are distributed such that no data is lost.

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

    $ git pull https://github.com/leveyj/ignite IGNITE-3897

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

    https://github.com/apache/ignite/pull/1059.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 #1059
    
----
commit 4e6b623b7adb66ea917573835ba4b298b65ad501
Author: John Levey <jo...@workday.com>
Date:   2016-08-03T10:32:22Z

    IGNITE-3897 Test transactional behaviour of caches during rolling restart

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---