You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by xtern <gi...@git.apache.org> on 2018/12/15 09:31:30 UTC

[GitHub] ignite pull request #5675: Ignite 10058 dbg2

GitHub user xtern opened a pull request:

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

    Ignite 10058 dbg2

    

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

    $ git pull https://github.com/xtern/ignite IGNITE-10058-DBG2

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

    https://github.com/apache/ignite/pull/5675.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 #5675
    
----
commit cf5d3fbe6e574d9340c859b1098ce7a3b8ec1e78
Author: pereslegin-pa <xx...@...>
Date:   2018-11-14T12:56:54Z

    IGNITE-10058 Fix draft.

commit 9af319db71232a698bf642d47a8173cda380a860
Author: pereslegin-pa <xx...@...>
Date:   2018-11-16T09:50:05Z

    IGNITE-10058 Evict lost parts on non-affinity nodes after first exchange.

commit a2e8236196d0a5bc270cea344c1e7051091b07df
Author: pereslegin-pa <xx...@...>
Date:   2018-11-16T17:28:38Z

    IGNITE-10058 Rework test timeouts (wip).

commit 5e2349c0342ce6e4d0e4d3fc8a52f28da88054db
Author: pereslegin-pa <xx...@...>
Date:   2018-11-19T19:05:55Z

    IGNITE-10058 Improved test and check on rebalance.

commit b3a264cc148510c64854e37ca87ceb014849c91f
Author: pereslegin-pa <xx...@...>
Date:   2018-11-19T19:47:31Z

    IGNITE-10058 Minor.

commit 9e1f3e04e4f45a06e1e73dbcdd87a6a11cbfdf55
Author: pereslegin-pa <xx...@...>
Date:   2018-11-19T21:18:25Z

    IGNITE-10058 Minor codestyle.

commit f4484fe429070333684db002620195ce9b3da02c
Author: pereslegin-pa <xx...@...>
Date:   2018-11-20T08:44:33Z

    IGNITE-10058 Skip forceAffReassignment.

commit 872361ae9facc14d5412d5a4ff8ee444b09959a2
Author: pereslegin-pa <xx...@...>
Date:   2018-11-29T11:54:18Z

    IGNITE-10058 Review notes: removed redundant checking.

commit 945c3d82f8c6b43a7afcc054ff4996cd7e8cd76c
Author: pereslegin-pa <xx...@...>
Date:   2018-12-04T10:11:19Z

    IGNITE-10058 TC check.

commit 5ba78294128b17df00dcf88cd372bb408a5ff2a3
Author: pereslegin-pa <xx...@...>
Date:   2018-12-04T16:06:09Z

    Revert "IGNITE-10058 TC check."
    
    This reverts commit 6ddd8c9

commit e098747ab8ff144cbefcc2f788437c8d9c4050f5
Author: pereslegin-pa <xx...@...>
Date:   2018-12-06T17:07:47Z

    IGNITE-10058 Revert rebalance changes.

commit 62a7a8d05a5391c658d00e6e4f96ee954e04f600
Author: pereslegin-pa <xx...@...>
Date:   2018-12-12T07:06:41Z

    IGNITE-10058 Fix reset lost parts (in-mem, empty counters).

commit 8695bd53d7b9229f8c6f58fc49fbcaaafa7c4a05
Author: pereslegin-pa <xx...@...>
Date:   2018-12-12T08:41:08Z

    IGNITE-10058 Fix reset update counters (wip).

commit 4e5b226c24475ccadeb0478e0e8fbb5a99ff4337
Author: pereslegin-pa <xx...@...>
Date:   2018-12-12T15:05:45Z

    IGNITE-10058 rework (wip).

commit 4b4cecf83027e31d8725b0a42efac7043b644fb0
Author: pereslegin-pa <xx...@...>
Date:   2018-12-13T08:40:10Z

    IGNITE-10058 Reset counters only if owners exists.

commit d83ec8f4052ffbf2b0c76caf6b6e9d3cce4e3d17
Author: pereslegin-pa <xx...@...>
Date:   2018-12-13T09:17:19Z

    IGNITE-10058 Rework test.

commit 6bdd03ee703af6a8220da46e023dbabd6035bc6b
Author: pereslegin-pa <xx...@...>
Date:   2018-12-14T12:26:07Z

    IGNITE-10058 Fix testReactivateGridBeforeResetLostPartitions (lostparts set is empty after restart).

commit f296972d25695a20dea7de9551c5ad26ec738371
Author: pereslegin-pa <xx...@...>
Date:   2018-12-14T15:15:37Z

    IGNITE-10058 flaky failure (wip).

commit b2767637fb6a807ba86fd96f5b03b8294e348beb
Author: pereslegin-pa <xx...@...>
Date:   2018-12-15T09:12:12Z

    flaky failure (wip)

commit f7afa34040936ebccb6cf0328e1373d93215fd99
Author: pereslegin-pa <xx...@...>
Date:   2018-12-15T09:23:27Z

    IGNITE-10058 Flaky test mass run.

----


---