Skip to content

Commit 7bc011c

Browse files
authored
IGNITE-26757 Fix incorrect instance name in GridNioServerWrapper (#12483)
1 parent 3455af6 commit 7bc011c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ private void dumpInfo(StringBuilder sb, UUID dstNodeId) {
659659
commWorker,
660660
ignite.configuration(),
661661
this.srvLsnr,
662-
getName(),
662+
igniteInstanceName,
663663
getWorkersRegistry(ignite),
664664
ignite instanceof IgniteEx ? ((IgniteEx)ignite).context().metric() : null,
665665
this::createTcpClient,

0 commit comments

Comments
 (0)