[GitHub] ignite pull request #4685: IGNITE-4111

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

[GitHub] ignite pull request #4685: IGNITE-4111

andrey-kuznetsov
GitHub user NSAmelchev opened a pull request:

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

    IGNITE-4111

    Fix for IGNITE-4111 Communication fails to send message if target node did not finish join process

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

    $ git pull https://github.com/NSAmelchev/ignite ignite-4111

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

    https://github.com/apache/ignite/pull/4685.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 #4685
   
----
commit bfb00b6e61f9709718c30971997aeb0ac79e86b4
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-18T20:12:28Z

    IgniteTcpCommunicationBigClusterTest added

commit 02dd92e605b9b53f5a16c7ec5f8e7b5698b15ba4
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-18T21:55:37Z

    IgniteTcpCommunicationBigClusterTest update

commit 6acf193a3d356d1bad4c02a53ac76833ed1008d0
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-19T09:55:45Z

    Have got TcpCommunicationSpi error

commit 4fd39653d24f62f19f70b4dffba8497185cc46fb
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-19T16:39:10Z

    Some discovery have been done

commit c2c181922c7c24ea457577e32d2af897c8bec87f
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-19T20:11:28Z

    Prove that problem is not in the onFirstMessage hang

commit f8076edba097f6077229b2090ee3ff1a3369878c
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-19T20:26:37Z

    Revert: Prove that problem is not in the onFirstMessage hang

commit 9415f11564480ae61952b7ad551518141b5ad7c0
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-19T20:55:15Z

    Prove that problem is not in the onFirstMessage hang

commit dc95254a8030f03e485fe535bb286eb1a7b99f63
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-21T08:51:26Z

    Hang dectection

commit 6e1f2dfc2acb3dbb8f24aa51ed67b2ee447b4585
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-21T08:55:09Z

    Revert: pushing unnecessary changes to the master

commit ed794ca815f6bb1471af15779279d287576b39cc
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-21T09:08:00Z

    Revert: pushing unnecessary changes to the master

commit bcd049d09dadb20295eb87667d20101d7fb41790
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-21T19:45:10Z

    Fix: get handshake error on long delivery addNodeFinished message

commit a33f22a9da972b769bf63de04f86b42741c7f0d6
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-22T10:39:04Z

    Include the test into Communication SPI Test Suite

commit f8ba785e43993639e30e8e048def5533eefedc32
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-22T10:50:03Z

    Removing unnecessary changes

commit 7bc8ac878a5761fc111d7e5e71222a8cef4335d7
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-22T10:54:06Z

    Removing unnecessary changes

commit fb95a5af0f43f3c1a0ebb4f375280225bec5ec98
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-22T12:55:19Z

    java7 syntax

commit dc2814a2beaa53761329654f52d669fc4f0cc7c7
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-25T11:20:13Z

    fix INIT_TIMEOUT_MSG_TYPE = -28
    fix message codes comment

commit b10a57c1073bd0305748af46bd9b787c7b283ff0
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-11-28T11:07:02Z

    add license header

commit 8ed19a042a8c0e9e061e3c286635b1e9521f1047
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-12-01T13:03:28Z

    Merge remote-tracking branch 'remotes/origin/master' into ignite-4111

commit eca325b9bc96426aa4ddc44169df89ee26b9453b
Author: Alexandr Kuramshin <akuramshin@...>
Date:   2016-12-01T13:15:07Z

    Merge remote-tracking branch 'remotes/apache/master' into ignite-4111
   
    # Conflicts:
    # modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java

commit eeaf5bc95dc50b506dc531e919f806f271761cc6
Author: NSAmelchev <nsamelchev@...>
Date:   2018-09-04T14:22:54Z

    Merge commit 'refs/pull/1307/head' of https://github.com/apache/ignite into ignite-4111
   
    # Conflicts:
    # modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java
    # modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java

commit 0154877f927eba6ebd96dee2942b9572017499f9
Author: NSAmelchev <nsamelchev@...>
Date:   2018-09-04T14:28:16Z

    fixed build after merge

----


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

[GitHub] ignite pull request #4685: IGNITE-4111

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

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


---