This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 8c6f3bf714b IGNITE-24584: Sql. IgniteNameUtils.parseIdentifier must be
compatible with Calcite's sql identifier (#5496)
add 30b3e242670 IGNITE-24955 Fix current node address resolving in
DefaultMessagingService#resolveRecipientAddress (#5519)
No new revisions were added by this update.
Summary of changes:
.../internal/network/DefaultMessagingService.java | 50 +++++----------
.../internal/network/RecipientInetAddress.java | 75 ++++++++++++++++++++++
.../network/DefaultMessagingServiceTest.java | 60 +++++++++++++++++
3 files changed, 151 insertions(+), 34 deletions(-)
create mode 100644
modules/network/src/main/java/org/apache/ignite/internal/network/RecipientInetAddress.java