This is an automated email from the ASF dual-hosted git repository.
zstan pushed a change to branch ignite-2.18
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 7e15f04ab66 IGNITE-27738 SQL Calcite: Fix planner hang on multi-row
values - Fixes #12697.
new a535985c2fa IGNITE-20973 Add handshake timeout configuration for java
thin client (#12710)
new 2af0e4bf87b IGNITE-27684 Update IGNITE_HEADER for discovery protocol
(#12671)
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:
.../TcpDiscoveryDifferentClusterVersionsTest.java | 109 +++++++++++++++++++++
.../IgniteCompatibilityBasicTestSuite.java | 4 +-
.../ignite/configuration/ClientConfiguration.java | 61 +++++++++++-
.../client/thin/ClientChannelConfiguration.java | 23 +++--
.../internal/client/thin/TcpClientChannel.java | 20 ++--
.../GridNioClientConnectionMultiplexer.java | 2 +-
.../apache/ignite/internal/util/IgniteUtils.java | 2 +-
.../ignite/spi/discovery/tcp/ServerImpl.java | 10 +-
.../ignite/client/ClientConfigurationTest.java | 3 +-
.../java/org/apache/ignite/client/Comparers.java | 3 +-
.../thin/ThinClientEnpointsDiscoveryTest.java | 3 +-
.../ignite/internal/client/thin/TimeoutTest.java | 102 ++++++++++++++++++-
.../IgniteClientConnectionEventListenerTest.java | 3 +-
.../odbc/ClientSessionOutboundQueueLimitTest.java | 3 +-
14 files changed, 315 insertions(+), 33 deletions(-)
create mode 100644
modules/compatibility/src/test/java/org/apache/ignite/compatibility/spi/discovery/TcpDiscoveryDifferentClusterVersionsTest.java