You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/08/29 19:38:17 UTC

[ignite-3] branch ignite-17196 updated (ee482dad88 -> 8ec8954236)

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

sdanilov pushed a change to branch ignite-17196
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from ee482dad88 Add two more tests
     add 8ec8954236 Fix review by ibessonov 1

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/affinity/AffinityUtils.java    |  55 +++++++++-
 .../affinity/RendezvousAffinityFunction.java       |  52 +++++++--
 .../org/apache/ignite/network/ClusterNode.java     |   5 +-
 .../org/apache/ignite/network/NetworkAddress.java  |   5 +-
 .../client/ItMetaStorageRaftGroupTest.java         |   2 +-
 .../ItMetaStorageServicePersistenceTest.java       |   2 +-
 .../client/ItMetaStorageServiceTest.java           |   4 +-
 .../metastorage/client/MetaStorageServiceImpl.java |  19 ++--
 .../internal/metastorage/MetaStorageManager.java   |   2 +-
 .../metastorage/MetaStorageRangeCursorTest.java    |   2 +-
 .../processor/messages/MessageImplGenerator.java   |   2 +-
 .../raft/jraft/rpc/impl/RaftGroupServiceImpl.java  |  14 +--
 .../storage/ItRebalanceDistributedTest.java        |   6 +-
 .../app/ItIgniteInMemoryNodeRestartTest.java       |  20 ++--
 .../internal/table/distributed/TableManager.java   | 112 ++++++++++---------
 .../raft/RebalanceRaftGroupEventsListener.java     |  36 +++---
 .../ignite/internal/utils/RebalanceUtil.java       | 121 +++++++++++----------
 17 files changed, 274 insertions(+), 185 deletions(-)