This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 8478994e5c7 IGNITE-27451 Fix AssertionError on concurrent services
undeployment (#12610)
add 63cfb6e3431 IGNITE-27420 Fix WAL enable/disable command unable to
modify groups with multiple caches (#12601)
No new revisions were added by this update.
Summary of changes:
.../ignite/util/GridCommandHandlerWalTest.java | 31 ++++++++
.../main/java/org/apache/ignite/IgniteCluster.java | 8 +-
.../internal/cluster/IgniteClusterAsyncImpl.java | 8 +-
.../ignite/internal/cluster/IgniteClusterImpl.java | 32 ++++++--
.../internal/management/wal/WalSetStateTask.java | 10 +--
.../cache/WalModeChangeAdvancedSelfTest.java | 91 +++++++++++++++++++++-
.../junits/multijvm/IgniteClusterProcessProxy.java | 4 +-
7 files changed, 157 insertions(+), 27 deletions(-)