This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 06f1dd0220 IGNITE-22878 Add logging for storage compaction events
(#4224)
add 3a3e676130 IGNITE-22984 Java thin: Add endpoint info to connection
errors (#4271)
No new revisions were added by this update.
Summary of changes:
.../client/IgniteClientConnectionException.java | 46 +++++++++++++++++++---
.../ignite/internal/client/ClientChannel.java | 7 ++++
.../ignite/internal/client/ReliableChannel.java | 9 +++--
.../ignite/internal/client/TcpClientChannel.java | 28 ++++++++-----
.../io/netty/NettyClientConnectionMultiplexer.java | 1 +
.../org/apache/ignite/client/ConnectionTest.java | 4 +-
.../RepeatedFinishClientTransactionTest.java | 5 +++
7 files changed, 78 insertions(+), 22 deletions(-)