[
https://issues.apache.org/jira/browse/IGNITE-12376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984960#comment-16984960
]
Surkov Aleksandr commented on IGNITE-12376:
-------------------------------------------
We have discussed with Ruslan message and decided that it should be the next:
2019-11-11 11:11:11.567[{color:#ff8b00}WARN{color}
]tcp-comm-worker-nodename[o.a.i.s.c.tcp.TcpCommunicationSpi] {color:#ffab00}TCP
client creation time more than 100ms{color}
[client=GridTcpNioCommunicationClient... <output truncated> ]], duration=1234ms]
100 it's property
org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi#CONNECTION_ESTABLISH_THRESHOLD_MS
> Change level of "TCP client created ..." log messages to WARN
> -------------------------------------------------------------
>
> Key: IGNITE-12376
> URL: https://issues.apache.org/jira/browse/IGNITE-12376
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ruslan Kuzmin
> Assignee: Surkov Aleksandr
> Priority: Minor
> Labels: newbie
>
> Log messages generated when createTcpClient takes more than
> CONNECTION_ESTABLISH_THRESHOLD_MS (100 by default) has INFO level.
> It seems it should be changed to WARN level and message text needs to be
> changed for better understanding.
> Message sample (current):
> ~{{2019-11-11 11:11:11.567[INFO
> ]tcp-comm-worker-nodename[o.a.i.s.c.tcp.TcpCommunicationSpi] TCP client
> created [client=GridTcpNioCommunicationClient... <output truncated> ]],
> duration=1234ms]}}~
>
> Proposed format:
> ~{{2019-11-11 11:11:11.567[{color:#ff8b00}WARN{color}
> ]tcp-comm-worker-nodename[o.a.i.s.c.tcp.TcpCommunicationSpi]
> {color:#ff8b00}Long TCP client creation time{color}
> [{color:#ff8b00}threshold=100ms{color},
> client=GridTcpNioCommunicationClient... <output truncated> ]],
> duration=1234ms]}}~
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)