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 2023/01/26 16:52:23 UTC

[ignite-3] branch main updated (426a752702 -> ad74955a84)

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

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


    from 426a752702 IGNITE-17333 .NET: Add SQL ResultSet object mapping (#1584)
     add ad74955a84 IGNITE-18446 Add busy lock to raft service (#1579)

No new revisions were added by this update.

Summary of changes:
 .../management/ClusterManagementGroupManager.java  |  6 ++
 .../cluster/management/raft/CmgRaftService.java    | 12 +++-
 .../apache/ignite/internal/util/IgniteUtils.java   | 25 ++++++++
 .../matchers/CompletableFutureMatcher.java         | 35 ++++++++---
 .../impl/ItMetaStorageManagerImplTest.java         | 51 +++++++++++++--
 .../metastorage/impl/MetaStorageManagerImpl.java   |  9 ++-
 .../metastorage/impl/MetaStorageService.java       |  3 +-
 .../metastorage/impl/MetaStorageServiceImpl.java   |  5 ++
 .../metastorage/server/WatchProcessor.java         |  2 +-
 .../server/persistence/RocksDbKeyValueStorage.java |  2 +
 .../server/AbstractKeyValueStorageTest.java        | 34 +++++++++-
 .../server/SimpleInMemoryKeyValueStorage.java      |  2 +
 .../ignite/internal/raft/RaftGroupServiceImpl.java | 73 ++++++++++++++--------
 .../ignite/internal/replicator/ReplicaManager.java | 15 +++--
 .../app/ItIgniteInMemoryNodeRestartTest.java       | 29 +++++++--
 .../distributed/storage/InternalTableImpl.java     | 22 +++++++
 16 files changed, 268 insertions(+), 57 deletions(-)