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 55a3e70607 IGNITE-23221 Update a message about java version and jvm
startup params (#4408)
add 1e55309379 IGNITE-23220 Avoid concurrent Catalog writes to Metastorage
on the same node (#4406)
No new revisions were added by this update.
Summary of changes:
modules/catalog/build.gradle | 5 ++
.../internal/catalog/it/ItConcurrentDdlsTest.java | 69 ++++++++++++++++++++++
.../internal/catalog/CatalogManagerImpl.java | 29 ++++++++-
3 files changed, 102 insertions(+), 1 deletion(-)
create mode 100644
modules/catalog/src/integrationTest/java/org/apache/ignite/internal/catalog/it/ItConcurrentDdlsTest.java