This is an automated email from the ASF dual-hosted git repository.
ppa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from a6db008760 IGNITE-23404 Properly handle EHOSTDOWN error in
RaftGroupServiceImpl (#4543)
add ce3e3e5dd1 IGNITE-22975 Improve detection of minimum catalog version
required by active transactions (#4554)
No new revisions were added by this update.
Summary of changes:
modules/catalog-compaction/build.gradle | 3 +
.../compaction/ItCatalogCompactionTest.java | 77 +++++++++++++---------
.../compaction/CatalogCompactionRunner.java | 32 ++++-----
.../CatalogCompactionMinimumTimesResponse.java | 4 +-
.../compaction/AbstractCatalogCompactionTest.java | 2 +-
.../CatalogCompactionRunnerSelfTest.java | 66 ++++++++++++++++++-
.../IndexNodeFinishedRwTransactionsChecker.java | 30 +++++++--
... ActiveLocalTxMinimumRequiredTimeProvider.java} | 12 ++--
8 files changed, 160 insertions(+), 66 deletions(-)
rename
modules/transactions/src/main/java/org/apache/ignite/internal/tx/{ActiveLocalTxMinimumBeginTimeProvider.java
=> ActiveLocalTxMinimumRequiredTimeProvider.java} (72%)