As @hnourhani mention we faced this problem while we were trying to switch from netty.tcp to artery.tcp. Recently we figured out that problem happens when we perform rollout restart for some (not all) cluster nodes. Main symptom of this problem is that cluster is not calling method .registerOnMemberUp for 4-5 mins after node was spawned in k8s. After that SplitBrainResolver triggers all-cluster-down event and restarts all nodes in cluster. After restart cluster goes back to normal. While problematic was struggling to connect I observed these logs:
2021-10-13T12:59:55.041Z,Outbound control stream to [akka://service-name@10.53.66.190:2551] failed. Restarting it. akka.remote.artery.OutboundHandshake$HandshakeTimeoutException: Handshake with [akka://service-name@10.53.66.190:2551] did not complete within 20000 ms
2021-10-13T12:59:54.833Z,Outbound control stream to [akka://service-name@10.53.28.60:2551] failed. Restarting it. akka.remote.artery.OutboundHandshake$HandshakeTimeoutException: Handshake with [akka://service-name@10.53.28.60:2551] did not complete within 20000 ms
2021-10-13T12:59:54.833Z,Outbound message stream to [akka://service-name@10.53.28.60:2551] failed. Restarting it. akka.remote.artery.OutboundHandshake$HandshakeTimeoutException: Handshake with [akka://service-name@10.53.28.60:2551] did not complete within 20000 ms
2021-10-13T12:59:54.826Z,Message [akka.cluster.GossipEnvelope] from Actor[akka://service-name/system/cluster/core/daemon#-977753005] to Actor[akka://service-name/deadLetters] was not delivered. [20] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/deadLetters] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:54.825Z,Message [akka.cluster.GossipEnvelope] from Actor[akka://service-name/system/cluster/core/daemon#-977753005] to Actor[akka://service-name/deadLetters] was not delivered. [19] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/deadLetters] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:54.085Z,"[outbound connection to [akka://service-name@10.53.88.245:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.88.245:2551,None,List(),Some(5000 milliseconds),true)] failed because of akka.io.TcpOutgoingConnection$$anon$2: Connect timeout of Some(5000 milliseconds) expired"
2021-10-13T12:59:42.877Z,"[outbound connection to [akka://service-name@10.53.38.193:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.38.193:2551,None,List(),Some(5000 milliseconds),true)] failed because of akka.io.TcpOutgoingConnection$$anon$2: Connect timeout of Some(5000 milliseconds) expired"
2021-10-13T12:59:42.877Z,"[outbound connection to [akka://service-name@10.53.38.193:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.38.193:2551,None,List(),Some(5000 milliseconds),true)] failed because of akka.io.TcpOutgoingConnection$$anon$2: Connect timeout of Some(5000 milliseconds) expired"
2021-10-13T12:59:38.246Z,"[outbound connection to [akka://service-name@10.53.30.134:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.30.134:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:38.245Z,"[outbound connection to [akka://service-name@10.53.30.134:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.30.134:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:38.232Z,"[outbound connection to [akka://service-name@10.53.5.174:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.5.174:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:38.232Z,"[outbound connection to [akka://service-name@10.53.5.174:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.5.174:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:37.721Z,"[outbound connection to [akka://service-name@10.53.39.136:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.39.136:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:37.072Z,"[outbound connection to [akka://service-name@10.53.28.60:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.28.60:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:37.071Z,"[outbound connection to [akka://service-name@10.53.28.60:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.28.60:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:37.064Z,"[outbound connection to [akka://service-name@10.53.83.168:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.83.168:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:37.064Z,"[outbound connection to [akka://service-name@10.53.83.168:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.83.168:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:35.292Z,"[outbound connection to [akka://service-name@10.53.66.190:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.66.190:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:35.291Z,"[outbound connection to [akka://service-name@10.53.41.63:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.41.63:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:35.195Z,"[outbound connection to [akka://service-name@10.53.41.63:2551], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.41.63:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:35.195Z,"[outbound connection to [akka://service-name@10.53.66.190:2551], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(10.53.66.190:2551,None,List(),Some(5000 milliseconds),true)] failed because of java.net.NoRouteToHostException: No route to host"
2021-10-13T12:59:33.965Z,Cluster Node [akka://service-name@10.53.49.204:2551] - Welcome from [akka://service-name@10.53.16.153:2551]
2021-10-13T12:59:33.804Z,Cluster Node [akka://service-name@10.53.49.204:2551] - Received InitJoinAck message from [Actor[akka://service-name@10.53.16.153:2551/system/cluster/core/daemon#-1396646191]] to [akka://service-name@10.53.49.204:2551]
2021-10-13T12:59:33.779Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-49-204.default.pod.cluster.local-19999#-1256883258] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-49-204.default.pod.cluster.local-19999#-1256883258] was not delivered. [18] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-49-204.default.pod.cluster.local-19999#-1256883258] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:33.474Z,Bootstrap request from 10.53.32.221:58288: Contact Point returning 0 seed-nodes []
2021-10-13T12:59:33.464Z,Bootstrap request from 10.53.49.204:41412: Contact Point returning 0 seed-nodes []
2021-10-13T12:59:32.892Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-32-221.default.pod.cluster.local-19999#1720485968] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-32-221.default.pod.cluster.local-19999#1720485968] was not delivered. [17] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-32-221.default.pod.cluster.local-19999#1720485968] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.774Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-75-204.default.pod.cluster.local-19999#1652826630] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-75-204.default.pod.cluster.local-19999#1652826630] was not delivered. [16] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-75-204.default.pod.cluster.local-19999#1652826630] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.689Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-74-87.default.pod.cluster.local-19999#2112158556] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-74-87.default.pod.cluster.local-19999#2112158556] was not delivered. [15] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-74-87.default.pod.cluster.local-19999#2112158556] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.680Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-7-89.default.pod.cluster.local-19999#-1006710795] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-7-89.default.pod.cluster.local-19999#-1006710795] was not delivered. [14] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-7-89.default.pod.cluster.local-19999#-1006710795] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.674Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-21-209.default.pod.cluster.local-19999#1638973622] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-21-209.default.pod.cluster.local-19999#1638973622] was not delivered. [13] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-21-209.default.pod.cluster.local-19999#1638973622] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.602Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-26-33.default.pod.cluster.local-19999#-1070449504] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-26-33.default.pod.cluster.local-19999#-1070449504] was not delivered. [12] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-26-33.default.pod.cluster.local-19999#-1070449504] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.592Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-9-244.default.pod.cluster.local-19999#80769743] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-9-244.default.pod.cluster.local-19999#80769743] was not delivered. [11] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-9-244.default.pod.cluster.local-19999#80769743] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.587Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-93-15.default.pod.cluster.local-19999#167246373] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-93-15.default.pod.cluster.local-19999#167246373] was not delivered. [10] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-93-15.default.pod.cluster.local-19999#167246373] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.499Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-16-153.default.pod.cluster.local-19999#-265628774] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-16-153.default.pod.cluster.local-19999#-265628774] was not delivered. [9] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-16-153.default.pod.cluster.local-19999#-265628774] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.465Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-85-45.default.pod.cluster.local-19999#914280228] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-85-45.default.pod.cluster.local-19999#914280228] was not delivered. [8] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-85-45.default.pod.cluster.local-19999#914280228] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.390Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-16-229.default.pod.cluster.local-19999#1042119243] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-16-229.default.pod.cluster.local-19999#1042119243] was not delivered. [7] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-16-229.default.pod.cluster.local-19999#1042119243] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.380Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-18-142.default.pod.cluster.local-19999#-324866982] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-18-142.default.pod.cluster.local-19999#-324866982] was not delivered. [6] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-18-142.default.pod.cluster.local-19999#-324866982] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.367Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-8-164.default.pod.cluster.local-19999#-2128734455] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-8-164.default.pod.cluster.local-19999#-2128734455] was not delivered. [5] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-8-164.default.pod.cluster.local-19999#-2128734455] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.366Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-78-27.default.pod.cluster.local-19999#1492036664] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-78-27.default.pod.cluster.local-19999#1492036664] was not delivered. [4] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-78-27.default.pod.cluster.local-19999#1492036664] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.366Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-51-75.default.pod.cluster.local-19999#852236807] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-51-75.default.pod.cluster.local-19999#852236807] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-51-75.default.pod.cluster.local-19999#852236807] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.366Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-14-125.default.pod.cluster.local-19999#-2017607255] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-14-125.default.pod.cluster.local-19999#-2017607255] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-14-125.default.pod.cluster.local-19999#-2017607255] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.365Z,Message [akka.management.cluster.bootstrap.contactpoint.HttpBootstrapJsonProtocol$SeedNodes] from Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-69-62.default.pod.cluster.local-19999#866261469] to Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-69-62.default.pod.cluster.local-19999#866261469] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://service-name/system/bootstrapCoordinator/contactPointProbe-10-53-69-62.default.pod.cluster.local-19999#866261469] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
2021-10-13T12:59:32.190Z,"Joining [akka://service-name@10.53.49.204:2551] to existing cluster [akka://service-name@10.53.14.35:2551, akka://service-name@10.53.14.125:2551, akka://service-name@10.53.14.95:2551, akka://service-name@10.53.16.229:2551, akka://service-name@10.53.16.153:2551]"
2021-10-13T12:59:32.189Z,"Contact point [akka://service-name@10.53.14.35:2551] returned [5] seed-nodes [akka://service-name@10.53.14.35:2551, akka://service-name@10.53.14.125:2551, akka://service-name@10.53.14.95:2551, akka://service-name@10.53.16.229:2551, akka://service-name@10.53.16.153:2551]"
2021-10-13T12:59:32.188Z,"Contact point [akka://service-name@10.53.17.253:2551] returned [5] seed-nodes [akka://service-name@10.53.14.35:2551, akka://service-name@10.53.14.125:2551, akka://service-name@10.53.14.95:2551, akka://service-name@10.53.16.229:2551, akka://service-name@10.53.16.153:2551]"
2021-10-13T12:59:32.188Z,"Contact point [akka://service-name@10.53.14.95:2551] returned [5] seed-nodes [akka://service-name@10.53.14.35:2551, akka://service-name@10.53.14.125:2551, akka://service-name@10.53.14.95:2551, akka://service-name@10.53.16.229:2551, akka://service-name@10.53.16.153:2551]"
2021-10-13T12:59:32.185Z,"Contact point [akka://service-name@10.53.14.113:2551] returned [5] seed-nodes [akka://service-name@10.53.14.35:2551, akka://service-name@10.53.14.125:2551, akka://service-name@10.53.14.95:2551, akka://service-name@10.53.14.113:2551, akka://service-name@10.53.16.153:2551]"
2021-10-13T12:59:32.168Z,"Contact point [akka://service-name@10.53.73.86:2551] returned [5] seed-nodes [akka://service-name@10.53.14.35:2551, akka://service-name@10.53.14.125:2551, akka://service-name@10.53.14.95:2551, akka://service-name@10.53.16.229:2551, akka://service-name@10.53.16.153:2551]"
2021-10-13T12:59:31.977Z,"Located service members based on: [Lookup(service-name,None,Some(tcp))]: [ResolvedTarget(10-53-85-45.default.pod.cluster.local,None,Some(/10.53.85.45)), ResolvedTarget(10-53-49-204.default.pod.cluster.local,None,Some(/10.53.49.204)), ResolvedTarget(10-53-17-253.default.pod.cluster.local,None,Some(/10.53.17.253)), ResolvedTarget(10-53-74-87.default.pod.cluster.local,None,Some(/10.53.74.87)), ResolvedTarget(10-53-14-113.default.pod.cluster.local,None,Some(/10.53.14.113)), ResolvedTarget(10-53-14-125.default.pod.cluster.local,None,Some(/10.53.14.125)), ResolvedTarget(10-53-78-27.default.pod.cluster.local,None,Some(/10.53.78.27)), ResolvedTarget(10-53-93-15.default.pod.cluster.local,None,Some(/10.53.93.15)), ResolvedTarget(10-53-51-75.default.pod.cluster.local,None,Some(/10.53.51.75)), ResolvedTarget(10-53-16-229.default.pod.cluster.local,None,Some(/10.53.16.229)), ResolvedTarget(10-53-21-209.default.pod.cluster.local,None,Some(/10.53.21.209)), ResolvedTarget(10-53-7-89.default.pod.cluster.local,None,Some(/10.53.7.89)), ResolvedTarget(10-53-9-244.default.pod.cluster.local,None,Some(/10.53.9.244)), ResolvedTarget(10-53-18-142.default.pod.cluster.local,None,Some(/10.53.18.142)), ResolvedTarget(10-53-14-95.default.pod.cluster.local,None,Some(/10.53.14.95)), ResolvedTarget(10-53-26-33.default.pod.cluster.local,None,Some(/10.53.26.33)), ResolvedTarget(10-53-69-62.default.pod.cluster.local,None,Some(/10.53.69.62)), ResolvedTarget(10-53-16-153.default.pod.cluster.local,None,Some(/10.53.16.153)), ResolvedTarget(10-53-32-221.default.pod.cluster.local,None,Some(/10.53.32.221)), ResolvedTarget(10-53-75-204.default.pod.cluster.local,None,Some(/10.53.75.204)), ResolvedTarget(10-53-14-35.default.pod.cluster.local,None,Some(/10.53.14.35)), ResolvedTarget(10-53-73-86.default.pod.cluster.local,None,Some(/10.53.73.86)), ResolvedTarget(10-53-8-164.default.pod.cluster.local,None,Some(/10.53.8.164))], filtered to [10-53-85-45.default.pod.cluster.local:0, 10-53-78-27.default.pod.cluster.local:0, 10-53-32-221.default.pod.cluster.local:0, 10-53-14-35.default.pod.cluster.local:0, 10-53-49-204.default.pod.cluster.local:0, 10-53-18-142.default.pod.cluster.local:0, 10-53-69-62.default.pod.cluster.local:0, 10-53-51-75.default.pod.cluster.local:0, 10-53-75-204.default.pod.cluster.local:0, 10-53-14-125.default.pod.cluster.local:0, 10-53-26-33.default.pod.cluster.local:0, 10-53-73-86.default.pod.cluster.local:0, 10-53-17-253.default.pod.cluster.local:0, 10-53-16-229.default.pod.cluster.local:0, 10-53-7-89.default.pod.cluster.local:0, 10-53-93-15.default.pod.cluster.local:0, 10-53-14-95.default.pod.cluster.local:0, 10-53-14-113.default.pod.cluster.local:0, 10-53-8-164.default.pod.cluster.local:0, 10-53-21-209.default.pod.cluster.local:0, 10-53-74-87.default.pod.cluster.local:0, 10-53-9-244.default.pod.cluster.local:0, 10-53-16-153.default.pod.cluster.local:0]"
2021-10-13T12:59:31.819Z,"Located service members based on: [Lookup(service-name,None,Some(tcp))]: [ResolvedTarget(10-53-85-45.default.pod.cluster.local,None,Some(/10.53.85.45)), ResolvedTarget(10-53-49-204.default.pod.cluster.local,None,Some(/10.53.49.204)), ResolvedTarget(10-53-17-253.default.pod.cluster.local,None,Some(/10.53.17.253)), ResolvedTarget(10-53-74-87.default.pod.cluster.local,None,Some(/10.53.74.87)), ResolvedTarget(10-53-14-113.default.pod.cluster.local,None,Some(/10.53.14.113)), ResolvedTarget(10-53-14-125.default.pod.cluster.local,None,Some(/10.53.14.125)), ResolvedTarget(10-53-78-27.default.pod.cluster.local,None,Some(/10.53.78.27)), ResolvedTarget(10-53-93-15.default.pod.cluster.local,None,Some(/10.53.93.15)), ResolvedTarget(10-53-51-75.default.pod.cluster.local,None,Some(/10.53.51.75)), ResolvedTarget(10-53-16-229.default.pod.cluster.local,None,Some(/10.53.16.229)), ResolvedTarget(10-53-21-209.default.pod.cluster.local,None,Some(/10.53.21.209)), ResolvedTarget(10-53-7-89.default.pod.cluster.local,None,Some(/10.53.7.89)), ResolvedTarget(10-53-9-244.default.pod.cluster.local,None,Some(/10.53.9.244)), ResolvedTarget(10-53-18-142.default.pod.cluster.local,None,Some(/10.53.18.142)), ResolvedTarget(10-53-14-95.default.pod.cluster.local,None,Some(/10.53.14.95)), ResolvedTarget(10-53-26-33.default.pod.cluster.local,None,Some(/10.53.26.33)), ResolvedTarget(10-53-69-62.default.pod.cluster.local,None,Some(/10.53.69.62)), ResolvedTarget(10-53-16-153.default.pod.cluster.local,None,Some(/10.53.16.153)), ResolvedTarget(10-53-32-221.default.pod.cluster.local,None,Some(/10.53.32.221)), ResolvedTarget(10-53-75-204.default.pod.cluster.local,None,Some(/10.53.75.204)), ResolvedTarget(10-53-14-35.default.pod.cluster.local,None,Some(/10.53.14.35)), ResolvedTarget(10-53-73-86.default.pod.cluster.local,None,Some(/10.53.73.86)), ResolvedTarget(10-53-8-164.default.pod.cluster.local,None,Some(/10.53.8.164))], filtered to [10-53-85-45.default.pod.cluster.local:0, 10-53-78-27.default.pod.cluster.local:0, 10-53-32-221.default.pod.cluster.local:0, 10-53-14-35.default.pod.cluster.local:0, 10-53-49-204.default.pod.cluster.local:0, 10-53-18-142.default.pod.cluster.local:0, 10-53-69-62.default.pod.cluster.local:0, 10-53-51-75.default.pod.cluster.local:0, 10-53-75-204.default.pod.cluster.local:0, 10-53-14-125.default.pod.cluster.local:0, 10-53-26-33.default.pod.cluster.local:0, 10-53-73-86.default.pod.cluster.local:0, 10-53-17-253.default.pod.cluster.local:0, 10-53-16-229.default.pod.cluster.local:0, 10-53-7-89.default.pod.cluster.local:0, 10-53-93-15.default.pod.cluster.local:0, 10-53-14-95.default.pod.cluster.local:0, 10-53-14-113.default.pod.cluster.local:0, 10-53-8-164.default.pod.cluster.local:0, 10-53-21-209.default.pod.cluster.local:0, 10-53-74-87.default.pod.cluster.local:0, 10-53-9-244.default.pod.cluster.local:0, 10-53-16-153.default.pod.cluster.local:0]"
2021-10-13T12:59:30.465Z,"Querying for pods with label selector: [app=service-name,country=routing]. Namespace: [default]. Port: [None]"
2021-10-13T12:59:30.464Z,"Looking up [Lookup(service-name,None,Some(tcp))]"
2021-10-13T12:59:29.365Z,"Querying for pods with label selector: [app=service-name,country=routing]. Namespace: [default]. Port: [None]"
2021-10-13T12:59:29.365Z,"Looking up [Lookup(service-name,None,Some(tcp))]"
2021-10-13T12:59:29.313Z,"Locating service members. Using discovery [akka.discovery.kubernetes.KubernetesApiServiceDiscovery], join decider [akka.management.cluster.bootstrap.LowestAddressJoinDecider], scheme [http]"
2021-10-13T12:59:29.292Z,Bound Akka Management (HTTP) endpoint to: 0.0.0.0:19999
2021-10-13T12:59:29.241Z,Bootstrap using `akka.discovery` method: kubernetes-api
2021-10-13T12:59:29.239Z,Initiating bootstrap procedure using kubernetes-api method...
2021-10-13T12:59:28.640Z,Including HTTP management routes for HealthCheckRoutes
2021-10-13T12:59:28.581Z,Using self contact point address: http://10.53.49.204:19999
2021-10-13T12:59:28.571Z,Including HTTP management routes for ClusterBootstrap
2021-10-13T12:59:28.296Z,"SBR started. Config: strategy [LeaseMajority], stable-after [2 minutes], down-all-when-unstable [2 minutes], selfUniqueAddress [akka://service-name@10.53.49.204:2551#9094264407656853622], selfDc [default]."
2021-10-13T12:59:28.292Z,Binding Akka Management (HTTP) endpoint to: 0.0.0.0:19999
2021-10-13T12:59:28.277Z,"Cluster Node [akka://service-name@10.53.49.204:2551] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining"
2021-10-13T12:59:28.101Z,Loading liveness checks []
2021-10-13T12:59:28.100Z,"Loading readiness checks [(sharding,akka.cluster.sharding.ClusterShardingHealthCheck)]"
2021-10-13T12:59:28.080Z,Cluster Node [akka://service-name@10.53.49.204:2551] - Metrics collection has started successfully
2021-10-13T12:59:26.519Z,Cluster Node [akka://service-name@10.53.49.204:2551] - Started up successfully
2021-10-13T12:59:26.519Z,Cluster Node [akka://service-name@10.53.49.204:2551] - Registered cluster JMX MBean [akka:type=Cluster]
2021-10-13T12:59:26.388Z,"Cluster Node [akka://service-name@10.53.49.204:2551] - Starting up, Akka version [2.6.14] ..."
2021-10-13T12:59:26.328Z,Remoting started with transport [Artery tcp]; listening on address [akka://service-name@10.53.49.204:2551] and bound to [akka://service-name@0.0.0.0:2551] with UID [9094264407656853622]
2021-10-13T12:59:25.243Z,Slf4jLogger started
I compared config with netty.tcp part line-by-line and they looks pretty similar (hostnames, ports, discovery strategies etc.). @patriknw could you help please?