This is an automated email from the ASF dual-hosted git repository.
korlov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 84b760b54c IGNITE-22315 Make raft-client starting only once and only
with raft-client and replica together (#3956)
add 4687dae71d IGNITE-22633 Catalog compaction. Implement choosing of
coordinator (#4042)
No new revisions were added by this update.
Summary of changes:
modules/catalog/build.gradle | 6 ++
...ItCatalogCompactionCoordinatorChoosingTest.java | 118 +++++++++++++++++++++
.../internal/catalog/CatalogManagerImpl.java | 20 ++++
.../metastorage/impl/ElectionListener.java} | 22 ++--
.../impl/MetaStorageLeaderElectionListener.java | 8 +-
.../metastorage/impl/MetaStorageManagerImpl.java | 11 +-
.../org/apache/ignite/internal/app/IgniteImpl.java | 2 +
7 files changed, 173 insertions(+), 14 deletions(-)
create mode 100644
modules/catalog/src/integrationTest/java/org/apache/ignite/internal/catalog/ItCatalogCompactionCoordinatorChoosingTest.java
copy
modules/{network/src/main/java/org/apache/ignite/internal/network/recovery/RecoveryClientHandshakeManagerFactory.java
=>
metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/ElectionListener.java}
(58%)