This is an automated email from the ASF dual-hosted git repository.
dgovorukhin pushed a change to branch ignite-10809-dg
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from b8ee25c IGNITE-10809 test refactoring
new 6b6c0f1 IGNITE-10809 added assert info
add 47683e7 IGNITE-10875 Web Console: Updated tooltip.
add ad6a7ee IGNITE-10856 Upgrade cassandra driver version to fix Guava
conflict - Fixes #5780.
add e61d347 IGNITE-10732 Force -Dfile.encoding=UTF-8 when not specified
otherwise - Fixes #5725.
add 40f1fc9 IGNITE-10883 Fix and refactoring
IgniteRebalanceOnCachesStoppingOrDestroyingTest flaky test - Fixes #5795.
new 2b4b166 Merge branch 'master' into ignite-10809-dg
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bin/include/parseargs.sh | 10 +
modules/cassandra/store/pom.xml | 4 +-
.../apache/ignite/tests/utils/CassandraHelper.java | 4 +-
.../ignite/tests/utils/CassandraLifeCycleBean.java | 1 +
.../org/apache/ignite/internal/IgniteKernal.java | 19 ++
.../managers/discovery/GridDiscoveryManager.java | 2 +-
.../internal/processors/cache/WalStateManager.java | 6 +-
.../startup/cmdline/CommandLineTransformer.java | 10 +-
...eRebalanceOnCachesStoppingOrDestroyingTest.java | 207 ++++++++++++---------
.../GridCommandLineTransformerSelfTest.java | 6 +-
modules/platforms/cpp/core/src/ignition.cpp | 17 +-
.../Apache.Ignite.Core/Impl/IgniteManager.cs | 8 +-
.../app/components/page-configure/template.pug | 4 +-
13 files changed, 198 insertions(+), 100 deletions(-)