regiskuckaertz commented on PR #1877: URL: https://github.com/apache/pekko/pull/1877#issuecomment-2940235976
Boo-ya 💥 Node 1 (pekko, advertising itself as akka): ``` org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1600] - Starting up, Pekko version [1.2.0-M1+75-d7f0d510-SNAPSHOT] ... org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1600] - Registered cluster JMX MBean [pekko:type=Cluster] org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1600] - Started up successfully org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1600] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing c.p.c.c.listener.ClusterListener akka.ssl.tcp://PTS@***:1600/user/$b/clusterListener - Starting Cluster Error detection org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1600] - Received InitJoinAck message from [Actor[akka.ssl.tcp://PTS@***:1603/system/cluster/core/daemon#-925069082]] to [akka.ssl.tcp://PTS@***:1600] org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1600] - Welcome from [akka.ssl.tcp://PTS@***:1603] c.p.c.c.listener.ClusterListener akka.ssl.tcp://PTS@***:1600/user/$b/clusterListener - Member is Up: Member(akka.ssl.tcp://PTS@***:1601, Up), roles: Set(trm-writer, dc-default) - memberCount: 1 c.p.c.c.listener.ClusterListener akka.ssl.tcp://PTS@***:1600/user/$b/clusterListener - Member is Up: Member(akka.ssl.tcp://PTS@***:1603, Up), roles: Set(tlm-writer, dc-default) - memberCount: 2 c.p.c.c.listener.ClusterListener akka.ssl.tcp://PTS@***:1600/user/$b/clusterListener - Member is Up: Member(akka.ssl.tcp://PTS@***:1600, Up), roles: Set(rdstore-processor, dc-default) - memberCount: 3 o.a.p.c.s.ClusterSingletonManager akka.ssl.tcp://PTS@***:1600/system/sharding/PTS_rdstore-processorCoordinator - Singleton manager starting singleton actor [pekko://PTS/system/sharding/PTS_rdstore-processorCoordinator/singleton] o.a.p.c.s.ClusterSingletonManager akka.ssl.tcp://PTS@***:1600/user/clientActorMonitor - Singleton manager starting singleton actor [pekko://PTS/user/clientActorMonitor/sharedActor] o.a.p.c.s.ClusterSingletonManager akka.ssl.tcp://PTS@***:1600/system/sharding/PTS_rdstore-processorCoordinator - ClusterSingletonManager state change [Start -> Oldest] o.a.p.c.s.ClusterSingletonManager akka.ssl.tcp://PTS@***:1600/user/clientActorMonitor - ClusterSingletonManager state change [Start -> Oldest] org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1600] - is the new leader among reachable nodes (more leaders may exist) ``` Node 2 and Node 3 (akka): ``` akka.cluster.Cluster Cluster(akka://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1603] - Received InitJoin message from [Actor[akka.ssl.tcp://PTS@***:1600/system/cluster/core/daemon/firstSeedNodeProcess-1#1414432955]] to [akka.ssl.tcp://PTS@***:1603] akka.cluster.Cluster Cluster(akka://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1603] - Sending InitJoinAck message from node [akka.ssl.tcp://PTS@***:1603] to [Actor[akka.ssl.tcp://PTS@***:1600/system/cluster/core/daemon/firstSeedNodeProcess-1#1414432955]] (version [2.6.21]) akka.cluster.Cluster Cluster(akka://PTS) - Cluster Node [akka.ssl.tcp://PTS@***:1603] - Node [akka.ssl.tcp://PTS@***:1600] is JOINING, roles [rdstore-processor, dc-default], version [0.0.0] c.p.c.c.listener.ClusterListener akka.ssl.tcp://PTS@***:1603/user/$b/clusterListener - Member is Up: Member(akka.ssl.tcp://PTS@***:1600, Up), roles: Set(rdstore-processor, dc-default) - memberCount: 3 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org