You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2020/12/03 14:54:51 UTC

[ignite] branch ignite-2.9.1 updated (02f3f69 -> adcce51)

This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a change to branch ignite-2.9.1
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 02f3f69  IGNITE-13388 Fix apache-ignite deb package dependency on JVM package - Fixes #8191.
     add 5c8f1d1  IGNITE-13465 Connection recovery timeout is fixed when recovery protocol is executed. - Fixes #8262.
     add adcce51  IGNITE-13705 : Another node fails with failure of target node. (#8484)

No new revisions were added by this update.

Summary of changes:
 .../spi/IgniteSpiOperationTimeoutHelper.java       |  86 ++++++--------
 .../ignite/spi/discovery/tcp/ServerImpl.java       | 131 ++++++++++++++++-----
 .../tcp/internal/TcpDiscoveryNodesRing.java        |  11 ++
 ...cheContinuousQueryFailoverAbstractSelfTest.java |   2 +-
 .../tcp/TcpDiscoveryNetworkIssuesTest.java         | 116 +++++++++++++++++-
 5 files changed, 262 insertions(+), 84 deletions(-)