This is an automated email from the ASF dual-hosted git repository.
rpuch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from e95f577501 IGNITE-23582 Fix missing memory and GC settings (#4668)
add b509e8fb8b IGNITE-23596 Start of Metastorage Raft node blocks a
network thread (#4673)
No new revisions were added by this update.
Summary of changes:
.../compaction/AbstractCatalogCompactionTest.java | 5 +-
.../catalog/CatalogManagerRecoveryTest.java | 7 +-
.../catalog/storage/UpdateLogImplTest.java | 1 +
.../internal/catalog/BaseCatalogManagerTest.java | 6 +-
.../ignite/internal/catalog/CatalogTestUtils.java | 6 +-
.../management/ClusterManagementGroupManager.java | 2 +-
.../BaseDistributionZoneManagerTest.java | 8 +-
.../internal/index/ChangeIndexStatusTaskTest.java | 7 +-
.../IndexAvailabilityControllerRestorerTest.java | 13 ++-
.../index/IndexAvailabilityControllerTest.java | 5 +-
.../ignite/internal/index/IndexManagerTest.java | 11 +-
.../impl/ItMetaStorageManagerImplTest.java | 4 +-
.../metastorage/impl/MetaStorageManagerImpl.java | 115 +++++++++++++--------
.../impl/RecoveryRevisionsListenerImpl.java | 9 +-
.../org/apache/ignite/internal/app/IgniteImpl.java | 3 +-
.../table/distributed/TableManagerTest.java | 6 +-
.../index/BaseIndexMetaStorageTest.java | 5 +-
.../index/IndexMetaStorageRecoveryTest.java | 5 +-
.../FullStateTransferIndexChooserTest.java | 7 +-
19 files changed, 155 insertions(+), 70 deletions(-)