[GitHub] ignite pull request #3375: Ignite 6891

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #3375: Ignite 6891

andrey-kuznetsov
GitHub user x-kreator opened a pull request:

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

    Ignite 6891

   

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

    $ git pull https://github.com/x-kreator/ignite ignite-6891

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

    https://github.com/apache/ignite/pull/3375.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 #3375
   
----
commit a0bee1bbbd2e5ce9ea74bbb9e66eed32b5e4f33d
Author: Dmitriy Sorokin <d.w.sorokin@...>
Date:   2017-11-23T14:30:19Z

    IGNITE-6890: + FailureProcessingPolicy; Unexpected ExchangeWorker death processing.

commit 3d22db270340130cc2f4b3350fe0b2376d8270f0
Author: Dmitry Sorokin <d.w.sorokin@...>
Date:   2017-11-28T14:30:14Z

    IGNITE-6890: + newlines int FLP.

commit cbfefab6b82fb4d1cf661608c9b6fb8f50136297
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2017-12-13T13:29:38Z

    IGNITE-6890: + IgniteFailureProcessor, IgniteFailureHandler, etc.

commit 315fa495fdb632fd1e6b7c46438556a11c736073
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2017-12-13T16:39:25Z

    IGNITE-6890: Using IgniteFailureProcessor on unexpected ExchangeWorker stopping.

commit 75b712ac5add55329c7c17c430aaf76150f4f93a
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2017-12-15T11:57:26Z

    IGNITE-6890: package renaming.

commit 54ce18a57608d1a0967c0e220291bc247e89c19b
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2017-12-15T19:12:08Z

    IGNITE-6890: Using IgniteFailureProcessor on segmentation in GridDiscoveryManager.

commit 486ba0108a165f45fea0e9e619957a863570370b
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2017-12-19T14:11:21Z

    Merge remote-tracking branch 'upstream/master' into ignite-6890

commit 14f46a3a76be81735a8242e75d518fde5f827816
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2017-12-22T11:01:22Z

    IGNITE-6890: - IgniteFailureCause, IgniteFailureCause.Type -> IgniteFailureType.

commit b534c94ffbf1744d8b6a5db42645871b064b8eb7
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2017-12-27T17:35:33Z

    Merge remote-tracking branch 'upstream/master' into ignite-6890

commit d539f20e0f9f0ad8cc7c923b0ce351bd8ed2c1fe
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2018-01-06T17:44:16Z

    Merge remote-tracking branch 'upstream/master' into ignite-6891

commit 5fd39122feab2adb784f1261a68553341f51ae68
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2018-01-07T18:52:38Z

    IGNITE-6891: using IgniteFailureProcessor in FileWriteAheadLogManager on persistence errors.

commit 5bef56be45fd0cf566382075fa09e57712d5f7a9
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2018-01-12T10:19:39Z

    Merge remote-tracking branch 'upstream/master' into ignite-6891
   
    # Conflicts:
    # modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/FileWriteAheadLogManager.java

commit b1cecbc8551cc7ec0d344c3f7ba1862dbf3d6074
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date:   2018-01-15T12:47:30Z

    Merge remote-tracking branch 'upstream/master' into ignite-6891
   
    # Conflicts:
    # modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java

----


---