This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a change to branch ignite-2.16
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 363031c8fa5 IGNITE-20759 Fix writing post-handshake message in NIO
server (#11036)
new 597506fcb73 IGNITE-20770 Updated zookeeper version to 3.8.3 (#11023)
new 5a09c8660de IGNITE-20867 Fixed server nodes crashing if the cache
directory contains illegal chars (#11047)
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:
.../processors/cache/ClusterCachesInfo.java | 24 +++++
.../cache/distributed/CacheDirectoryNameTest.java | 118 +++++++++++++++++++++
.../ignite/testsuites/IgniteCacheTestSuite4.java | 3 +
modules/zookeeper/pom.xml | 8 ++
parent/pom.xml | 2 +-
5 files changed, 154 insertions(+), 1 deletion(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheDirectoryNameTest.java