[
https://issues.apache.org/jira/browse/IGNITE-22573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898147#comment-17898147
]
Ignite TC Bot commented on IGNITE-22573:
----------------------------------------
{panel:title=Branch: [pull/11637/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/11637/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8163067&buildTypeId=IgniteTests24Java8_RunAll]
> Fix warnings of IpFinderCleaner
> -------------------------------
>
> Key: IGNITE-22573
> URL: https://issues.apache.org/jira/browse/IGNITE-22573
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Assignee: Julia Bakulina
> Priority: Minor
> Labels: ise
> Fix For: 2.17
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> {{IpFinderCleaner}} periodically calls
> {{ServerImpl#pingNode(InetSocketAddress, UUID, UUID)}} [1] in order to ping
> addresses, registered in IpFinder. But, it causes excessive and useless
> warnings in server log [2], eg.:
> {code}
> [2024-06-14T12:26:33,978][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,979][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,979][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,979][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,980][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,980][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,981][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,981][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> [2024-06-14T12:26:33,981][WARN
> ][tcp-disco-ip-finder-cleaner-#5-#61][TcpDiscoverySpi] Failed to ping node
> [nodeId=null]. Reached the timeout 10000ms. Cause: Connection refused
> (Connection refused)
> {code}
> It would be useful to add address and change {{WARN}} level to {{INFO}} or
> even {{DEBUG}} for such output of {{IpFinderCleaner}}.
> #
> https://github.com/apache/ignite/blob/ac4319768bb6013aa401f5553d1b39de82e9751e/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java#L2289
> #
> https://github.com/apache/ignite/blob/ac4319768bb6013aa401f5553d1b39de82e9751e/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java#L936
--
This message was sent by Atlassian Jira
(v8.20.10#820010)