You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/14 12:13:21 UTC

[jira] [Commented] (IGNITE-3897) Test transactional behaviour of caches during rolling restart

    [ https://issues.apache.org/jira/browse/IGNITE-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490280#comment-15490280 ] 

ASF GitHub Bot commented on IGNITE-3897:
----------------------------------------

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

----


> Test transactional behaviour of caches during rolling restart
> -------------------------------------------------------------
>
>                 Key: IGNITE-3897
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3897
>             Project: Ignite
>          Issue Type: Test
>          Components: cache
>    Affects Versions: 1.7
>            Reporter: John Levey
>            Assignee: John Levey
>
> Create a test that validates the following conditions against a running cluster that is undergoing a rolling restart:
> * Validate a continuous aggregate sum against the cluster during restarts
> * Validate transaction handling against the cluster during restarts
> See also https://issues.apache.org/jira/browse/IGNITE-3456



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)