swift-distributed-actors
swift-distributed-actors copied to clipboard
FAILED: ClusterLeaderActionsClusteredTests.test_up_ensureAllSubscribersGetMovingUpEvents
12:48:41 Test Case 'ClusterLeaderActionsClusteredTests.test_up_ensureAllSubscribersGetMovingUpEvents' started at 2022-06-10 19:48:34.702
12:48:41 [19:48:36.8180] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:198 : Cluster.Events on ActorTestProbe<Cluster.Event>(/user/$testProbe-0/$messageAdapter)
12:48:41 [19:48:36.8190] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: snapshot(Membership(count: 1, leader: .none, members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)]))
12:48:41 [19:48:36.8190] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: membershipChange(sact://[email protected]:9002 :: [unknown] -> [joining])
12:48:41 [19:48:36.8200] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366))
12:48:41 [19:48:36.8210] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: membershipChange(sact://[email protected]:9001 :: [joining] -> [ up])
12:48:41 [19:48:36.8210] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: membershipChange(sact://[email protected]:9002 :: [joining] -> [ up])
12:48:41 [19:48:36.8220] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:198 : Cluster.Events on ActorTestProbe<Cluster.Event>(/user/$testProbe-0/$messageAdapter)
12:48:41 [19:48:36.8230] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: snapshot(Membership(count: 0, leader: .none, members: []))
12:48:41 [19:48:36.8240] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: membershipChange(sact://[email protected]:9002 :: [unknown] -> [joining])
12:48:41 [19:48:36.8240] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: membershipChange(sact://[email protected]:9001 :: [unknown] -> [joining])
12:48:41 [19:48:36.8250] /code/Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift:205 : Captured event: leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366))
12:48:41 <EXPR>:0: error: ClusterLeaderActionsClusteredTests.test_up_ensureAllSubscribersGetMovingUpEvents : threw error "
12:48:41 let event = try probe.expectMessage()
12:48:41 ^~~~~~~~~~~~~~
12:48:41 error: Did not receive message of type [Event] within [5s], error: noMessagesInQueue"
12:48:41 ------------------------------------- ClusterSystem(first, sact://[email protected]:9001) ------------------------------------------------
12:48:41 Captured log [first][2022-06-10 19:48:34.7060] [ClusterSystem.swift:909] [warning] Assign identity
12:48:41 // metadata:
12:48:41 // "actor/id": /system/receptionist
12:48:41 // "actor/id/uniqueNode": sact://[email protected]:9001
12:48:41 // "actor/type": OpLogDistributedReceptionist
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterSystem.swift:922] [trace] Actor ready
12:48:41 // metadata:
12:48:41 // "actor/id": /system/receptionist
12:48:41 // "actor/type": OpLogDistributedReceptionist
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterShell.swift:408][/system/cluster] [info] Binding to: [sact://[email protected]:9001]
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [Leadership.swift:114][/system/cluster/leadership] [trace] Configured with LowestReachableMember(minimumNumberOfMembersToDecide: 2, loseLeadershipIfBelowMinNrOfMembers: false)
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterSystem.swift:909] [warning] Assign identity
12:48:41 // metadata:
12:48:41 // "actor/id": /system/downingStrategy
12:48:41 // "actor/id/uniqueNode": sact://[email protected]:9001
12:48:41 // "actor/type": DowningStrategyShell
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterSystem.swift:922] [trace] Actor ready
12:48:41 // metadata:
12:48:41 // "actor/id": /system/downingStrategy
12:48:41 // "actor/type": DowningStrategyShell
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [Leadership.swift:242][/system/cluster/leadership] [info] Not enough members [1/2] to run election, members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)]
12:48:41 // metadata:
12:48:41 // "leadership/election": DistributedActors.Leadership.LowestReachableMember
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/cluster/leadership)], offering membership snapshot
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterSystem.swift:395] [info] ClusterSystem [first] initialized, listening on: sact://[email protected]:9001
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterEventStream.swift:80][/system/clusterEvents] [trace] Successfully added async subscriber [ObjectIdentifier(0x00005619cfbb2af0)]
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterSystem.swift:397] [info] Setting in effect: .autoLeaderElection: lowestReachable(minNumberOfMembers: 2)
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [_OperationLogClusterReceptionistBehavior.swift:98][/system/receptionist-ref] [debug] Initialized receptionist
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterSystem.swift:398] [info] Setting in effect: .downingStrategy: timeout(DistributedActors.TimeoutBasedDowningStrategySettings(downUnreachableMembersAfter: 1.0 seconds))
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterSystem.swift:399] [info] Setting in effect: .onDownAction: gracefulShutdown(delay: 3.0 seconds)
12:48:41 Captured log [first][2022-06-10 19:48:34.7070] [ClusterEventStream.swift:80][/system/clusterEvents] [trace] Successfully added async subscriber [ObjectIdentifier(0x00005619cfba6510)]
12:48:41 Captured log [first][2022-06-10 19:48:34.7080] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y)], offering membership snapshot
12:48:41 Captured log [first][2022-06-10 19:48:34.7080] [ClusterShell.swift:419][/system/cluster] [info] Bound to [IPv4]127.0.0.1/127.0.0.1:9001
12:48:41 Captured log [first][2022-06-10 19:48:34.7080] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y)], offering membership snapshot
12:48:41 Captured log [first][2022-06-10 19:48:34.7090] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event membershipChange(sact://[email protected]:9001 :: [unknown] -> [joining]) to 3 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x000056
12:48:41 19cfba6510)
12:48:41 // ObjectIdentifier(0x00005619cfbb2af0)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.membershipChange(sact://[email protected]:9001 :: [unknown] -> [joining])
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /system/cluster/leadership
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [first][2022-06-10 19:48:34.7090] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 1
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [first][2022-06-10 19:48:34.7090] [Leadership.swift:242][/system/cluster/leadership] [info] Not enough members [1/2] to run election, members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)]
12:48:41 // metadata:
12:48:41 // "leadership/election": DistributedActors.Leadership.LowestReachableMember
12:48:41 Captured log [first][2022-06-10 19:48:34.7090] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y)], offering membership snapshot
12:48:41 Captured log [first][2022-06-10 19:48:34.7130] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/user/$testProbe-0/$messageAdapter)], offering membership snapshot
12:48:41 Captured log [first][2022-06-10 19:48:34.7140] [ClusterShell.swift:719][/system/cluster] [debug] Initiated handshake: InitiatedState(remoteNode: sact://[email protected]:9002, localNode: sact://[email protected]:9001, channel: nil)
12:48:41 // metadata:
12:48:41 // "cluster/associatedNodes": []
12:48:41 Captured log [first][2022-06-10 19:48:34.7140] [ClusterShell.swift:743][/system/cluster] [debug] Extending handshake offer
12:48:41 // metadata:
12:48:41 // "handshake/remoteNode": sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:34.7150] [TransportPipelines.swift:58][/system/transport.client] [trace] Offering handshake [DistributedActors._ProtoHandshakeOffer:
12:48:41 version {
12:48:41 major: 1
12:48:41 }
12:48:41 originNode {
12:48:41 node {
12:48:41 protocol: "sact"
12:48:41 system: "first"
12:48:41 hostname: "127.0.0.1"
12:48:41 port: 9001
12:48:41 }
12:48:41 nid: 6821061442191073539
12:48:41 }
12:48:41 targetNode {
12:48:41 protocol: "sact"
12:48:41 system: "second"
12:48:41 hostname: "127.0.0.1"
12:48:41 port: 9002
12:48:41 }
12:48:41 ]
12:48:41 Captured log [first][2022-06-10 19:48:34.7170] [TransportPipelines.swift:83][/system/transport.client] [debug] Received handshake accept from: [sact://second:[email protected]:9002]
12:48:41 // metadata:
12:48:41 // "handshake/channel": SocketChannel { BaseSocket { fd=95 }, active = true, localAddress = Optional([IPv4]127.0.0.1/127.0.0.1:55628), remoteAddress = Optional([IPv4]127.0.0.1/127.0.0.1:9002) }
12:48:41 Captured log [first][2022-06-10 19:48:34.7190] [ClusterShell.swift:981][/system/cluster] [debug] Accept association with sact://second:[email protected]:9002!
12:48:41 // metadata:
12:48:41 // "handshake/channel": SocketChannel { BaseSocket { fd=95 }, active = true, localAddress = Optional([IPv4]127.0.0.1/127.0.0.1:55628), remoteAddress = Optional([IPv4]127.0.0.1/127.0.0.1:9002) }
12:48:41 // "handshake/localNode": sact://[email protected]:9001
12:48:41 // "handshake/remoteNode": sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:34.7190] [ClusterShell.swift:1010][/system/cluster] [trace] Associated with: sact://second:[email protected]:9002
12:48:41 // metadata:
12:48:41 // "membership": Membership(count: 2, leader: .none, members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable), Member(sact://second:[email protected]:9002, st
12:48:41 atus: joining, reachability: reachable)])
12:48:41 // "membership/change": sact://[email protected]:9002 :: [unknown] -> [joining]
12:48:41 Captured log [first][2022-06-10 19:48:34.7190] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 2
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [first][2022-06-10 19:48:34.7190] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event membershipChange(sact://[email protected]:9002 :: [unknown] -> [joining]) to 5 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x00005619cfba6510)
12:48:41 // ObjectIdentifier(0x00005619cfbb2af0)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.membershipChange(sact://[email protected]:9002 :: [unknown] -> [joining])
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /user/$testProbe-0/$messageAdapter
12:48:41 // /system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /system/cluster/leadership
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [_OperationLogClusterReceptionistBehavior.swift:627][/system/receptionist-ref] [debug] New member, contacting its receptionist: sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [Leadership.swift:299][/system/cluster/leadership] [debug] Selected new leader: [nil -> Member(sact://[email protected]:9001, status: joining, reachability: reachable)]
12:48:41 // metadata:
12:48:41 // "leadership/election": DistributedActors.Leadership.LowestReachableMember
12:48:41 // "membership": Membership(count: 2, leader: Member(sact://[email protected]:9001, status: joining, reachability: reachable), members: [Member(sact://second:[email protected]:9002, status: joining, reachability: reachable), Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)])
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9002/system/receptionist
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9002/system/receptionist as remote, on node: sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [NodeDeathWatcher.swift:202][/system/nodeDeathWatcher] [debug] Received: remo
12:48:41 teActorWatched(watcher: _AddressableActorRef(/system/cluster/gossip), remoteNode: sact://second:[email protected]:9002)
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0), SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": seconds(1)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:34.7200] [Gossiper+Shell.swift:310][/system/cluster/gossip] [debug] Automatically discovered peer
12:48:41 // metadata:
12:48:41 // "gossip/peer": _ActorRef<GossipShell<DistributedActors.Cluster.MembershipGossip, DistributedActors.Cluster.MembershipGossip>.Message>(sact://[email protected]:9002/system/cluster/gossip)
12:48:41 // "gossip/peerCount": 1
12:48:41 // "gossip/peers": [sact://[email protected]:9002/system/cluster/gossip]
12:48:41 Captured log [first][2022-06-10 19:48:34.7210] [ClusterShellState.swift:428][/system/cluster] [debug] Leader change: LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366)
12:48:41 // metadata:
12:48:41 // "membership/count": 2
12:48:41 Captured log [first][2022-06-10 19:48:34.7210] [ClusterShellState.swift:465][/system/cluster] [trace] Membership updated on [sact://[email protected]:9001] by leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366)): leader: Member(sact://[email protected]:9001, status: joining, reachability: reachable)
12:48:41 sact://first:[email protected]:9001 status [joining]
12:48:41 sact://second:[email protected]:9002 status [joining]
12:48:41 Captured log [first][2022-06-10 19:48:34.7210] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 3
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [first][2022-06-10 19:48:34.7220] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, stat
12:48:41 us: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [first][2022-06-10 19:48:34.7220] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366)) to 5 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x00005619cfba6510)
12:48:41 // ObjectIdentifier(0x00005619cfbb2af0)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366))
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /user/$testProbe-0/$messageAdapter
12:48:41 // /system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /system/cluster/leadership
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [first][2022-06-10 19:48:34.7220] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-y
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1), SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)])
12:48:41 // "swim/ping/seqNr": 1
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:34.7220] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:34.7260] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:34.7260] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnat
12:48:41 ion [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1), SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:34.7260] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:35.7080] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:35.7080] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0), SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:35.7140] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:35.7150] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1), SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPerio
12:48:41 d": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:35.7150] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:35.7150] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@2
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-b
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 2)])
12:48:41 // "swim/ping/seqNr": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:35.7150] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:35.8730] [Gossiper+Shell.swift:98][/system/cluster/gossip] [trace] Received gossip [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identity": membership
12:48:41 // "gossip/incoming": MembershipGossip(owner: sact://second:[email protected]:9002, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: .none, members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable), Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)]))
12:48:41 // "gossip/origin": sact://[email protected]:9002/system/cluster/gossip
12:48:41 Captured log [first][2022-06-10 19:48:35.8740] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [first][2022-06-10 19:48:35.8740] [ClusterShell.swift:605][/system/cluster] [trace] Local membership version is [.concurrent] to incoming gossip; Merge resulted in 0 changes.
12:48:41 // metadata:
12:48:41 // "gossip/before": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 //
12:48:41 uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/incoming": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/now": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "membership/changes":
12:48:41 //
12:48:41 // "tag": membership
12:48:41 Captured log [first][2022-06-10 19:48:35.9130] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9002/system/receptionist
12:48:41 Captured log [first][2022-06-10 19:48:35.9140] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9002/system/receptionist as remote, on node: sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:36.7090] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:36.7090] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 3)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:36.7130] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:900
12:48:41 2#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:36.7140] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 2)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:36.7140] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:36.7150] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@3
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-d
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 3)])
12:48:41 // "swim/ping/seqNr": 3
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:36.7160] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:36.7540] [Gossiper+Shell.swift:98][/system/cluster/gossip] [trace] Received gossip [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identity": membership
12:48:41 // "gossip/incoming": MembershipGossip(owner: sact://second:[email protected]:9002, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4, uniqueNode:sact://[email protected]:9001: 4], sact://first:[email protected]:9001: [uniqueNode:sact://[email protected]:9001: 4, uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: .none, members: [Member(sact://second:[email protected]:9002, status: joining, reachability: reachable), Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)]))
12:48:41 // "gossip/origin": sact://[email protected]:
12:48:41 9002/system/cluster/gossip
12:48:41 Captured log [first][2022-06-10 19:48:36.7550] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [first][2022-06-10 19:48:36.7550] [ClusterShell.swift:605][/system/cluster] [trace] Local membership version is [.same] to incoming gossip; Merge resulted in 0 changes.
12:48:41 // metadata:
12:48:41 // "gossip/before": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/incoming": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/now": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "membership/changes":
12:48:41 //
12:48:41 // "tag": membership
12:48:41 Captured log [first][2022-06-10 19:48:36.7550] [ClusterShell+LeaderActions.swift:77][/system/cluster] [trace] Performing leader actions: [Di
12:48:41 stributedActors.ClusterShellState.LeaderAction.moveMember(sact://[email protected]:9001 :: [joining] -> [ up]), DistributedActors.ClusterShellState.LeaderAction.moveMember(sact://[email protected]:9002 :: [joining] -> [ up])]
12:48:41 // metadata:
12:48:41 // "gossip/converged": true
12:48:41 // "gossip/current": MembershipGossip(owner: sact://first:[email protected]:9001, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4, uniqueNode:sact://[email protected]:9001: 4], sact://first:[email protected]:9001: [uniqueNode:sact://[email protected]:9001: 4, uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: Member(sact://[email protected]:9001, status: joining, reachability: reachable), members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable), Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)]))
12:48:41 // "leader/actions": [DistributedActors.ClusterShellState.LeaderAction.moveMember(sact://[email protected]:9001 :: [joining] -> [ up]), DistributedActors.ClusterShellState.LeaderAction.moveMember(sact://[email protected]:9002 :: [joining] -> [ up])]
12:48:41 // "tag": leader-action
12:48:41 Captured log [first][2022-06-10 19:48:36.7560] [ClusterShell+LeaderActions.swift:127][/system/cluster] [debug] Leader moved member: sact://[email protected]:9001 :: [joining] -> [ up]
12:48:41 // metadata:
12:48:41 // "tag": leader-action
12:48:41 Captured log [first][2022-06-10 19:48:36.7560] [ClusterShell+LeaderActions.swift:127][/system/cluster] [debug] Leader moved member: sact://[email protected]:9002 :: [joining] -> [ up]
12:48:41 // metadata:
12:48:41 // "tag": leader-action
12:48:41 Captured log [first][2022-06-10 19:48:36.7560] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 5
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: up, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [first][2022-06-10 19:48:36.7560] [ClusterShell+LeaderActions.swift:104][/system/cluster] [trace] Membership state after leader actions: Membership(count: 2, leader: Member(sact://[email protected]:9001, status: up, reachability: reachable), members: [Member(sact://first:[email protected]:9001, status: up, reachability: reachable, upNumber: 1), Member(sact://second:[email protected]:9002, status: up, reachability: reachable, upNumber: 1)])
12:48:41 // metadata:
12:48:41 // "gossip/before": MembershipGossip(owner: sact://first:[email protected]:9001, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4, uniqueNode:sact://[email protected]:9001: 4], sact://first:[email protected]:9001: [uniqueNode:sact://[email protected]:9001: 4, uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: Member(sact://[email protected]:9001, status: joining, reachability: reachable), members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable), Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)]))
12:48:41 // "gossip/current": Memb
12:48:41 ershipGossip(owner: sact://first:[email protected]:9001, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4, uniqueNode:sact://[email protected]:9001: 4], sact://first:[email protected]:9001: [uniqueNode:sact://[email protected]:9001: 6, uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: Member(sact://[email protected]:9001, status: up, reachability: reachable), members: [Member(sact://first:[email protected]:9001, status: up, reachability: reachable, upNumber: 1), Member(sact://second:[email protected]:9002, status: up, reachability: reachable, upNumber: 1)]))
12:48:41 // "tag": leader-action
12:48:41 Captured log [first][2022-06-10 19:48:36.7560] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event membershipChange(sact://[email protected]:9001 :: [joining] -> [ up]) to 5 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x00005619cfba6510)
12:48:41 // ObjectIdentifier(0x00005619cfbb2af0)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.membershipChange(sact://[email protected]:9001 :: [joining] -> [ up])
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /user/$testProbe-0/$messageAdapter
12:48:41 // /system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /system/cluster/leadership
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [first][2022-06-10 19:48:36.7560] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://first:[email protected]:9001,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 6
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: up, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: up, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
Log continued:
12:48:41 Captured log [first][2022-06-10 19:48:36.7570] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event membershipChange(sact://[email protected]:9002 :: [joining] -> [ up]) to 5 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x00005619cfba6510)
12:48:41 // ObjectIdentifier(0x00005619cfbb2af0)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.membershipChange(sact://[email protected]:9002 :: [joining] -> [ up])
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /user/$testProbe-0/$messageAdapter
12:48:41 // /system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /system/cluster/leadership
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [first][2022-06-10 19:48:37.1140] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9002/system/receptionist
12:48:41 Captured log [first][2022-06-10 19:48:37.1140] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9002/system/receptionist as remote, on node: sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:37.7100] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 //
12:48:41 SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:37.7100] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 4)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:37.7140] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:37.7150] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 3)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:37.7150] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:37.7160] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@4
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-f
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 4)])
12:48:41 // "swim/ping/seqNr": 4
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:37.7170] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 //
12:48:41 SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:38.3130] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9002/system/receptionist
12:48:41 Captured log [first][2022-06-10 19:48:38.3130] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9002/system/receptionist as remote, on node: sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:38.7120] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 5
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:38.7120] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 5)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 5
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:38.7160] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 5
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:38.7160] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 4)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 5
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:38.7170] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:38.7180] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received p
12:48:41 ing@5
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-g
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 5)])
12:48:41 // "swim/ping/seqNr": 5
12:48:41 // "swim/protocolPeriod": 5
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:38.7180] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 5
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:39.5140] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9002/system/receptionist
12:48:41 Captured log [first][2022-06-10 19:48:39.5140] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9002/system/receptionist as remote, on node: sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:39.7130] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 6
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:39.7130] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 6)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 6
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:39.7170] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 6
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:39.7180] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Re
12:48:41 ceived ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 5)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 6
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:39.7180] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:39.7190] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@6
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-8
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 6)])
12:48:41 // "swim/ping/seqNr": 6
12:48:41 // "swim/protocolPeriod": 6
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:39.7190] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 6
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:40.7140] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9002/system/receptionist
12:48:41 Captured log [first][2022-06-10 19:48:40.7140] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9002/system/receptionist as remote, on node: sact://[email protected]:9002
12:48:41 Captured log [first][2022-06-10 19:48:40.7140] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 7
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:40.7140] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 7)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 7
12:48:41 // "swim/suspects/count": 0
12:48:41 //
12:48:41 "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:40.7180] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 7
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:40.7180] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 6)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 7
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:40.7190] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:40.7200] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@7
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-e
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 7)])
12:48:41 // "swim/ping/seqNr": 7
12:48:41 // "swim/protocolPeriod": 7
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:40.7200] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 7
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:41.7150] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 8
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/t
12:48:41 imeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:41.7160] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 8)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 8
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:41.7200] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 8
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:41.7210] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 7)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 8
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:41.7210] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [first][2022-06-10 19:48:41.7210] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@8
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9002/user/$ask-j
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 8)])
12:48:41 // "swim/ping/seqNr": 8
12:48:41 // "swim/protocolPeriod": 8
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [first][2022-06-10 19:48:41.7210] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9002#9310293494744966186, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9002/system/cluster/swim), alive(incarnation: 0), prot
12:48:41 ocolPeriod: 1)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 8
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 ========================================================================================================================
12:48:41 ------------------------------------- ClusterSystem(second, sact://[email protected]:9002) ------------------------------------------------
12:48:41 Captured log [second][2022-06-10 19:48:34.7110] [ClusterSystem.swift:909] [warning] Assign identity
12:48:41 // metadata:
12:48:41 // "actor/id": /system/receptionist
12:48:41 // "actor/id/uniqueNode": sact://[email protected]:9002
12:48:41 // "actor/type": OpLogDistributedReceptionist
12:48:41 Captured log [second][2022-06-10 19:48:34.7110] [ClusterSystem.swift:922] [trace] Actor ready
12:48:41 // metadata:
12:48:41 // "actor/id": /system/receptionist
12:48:41 // "actor/type": OpLogDistributedReceptionist
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterShell.swift:408][/system/cluster] [info] Binding to: [sact://[email protected]:9002]
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [Leadership.swift:114][/system/cluster/leadership] [trace] Configured with LowestReachableMember(minimumNumberOfMembersToDecide: 2, loseLeadershipIfBelowMinNrOfMembers: false)
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [Leadership.swift:242][/system/cluster/leadership] [info] Not enough members [1/2] to run election, members: [Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)]
12:48:41 // metadata:
12:48:41 // "leadership/election": DistributedActors.Leadership.LowestReachableMember
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterSystem.swift:909] [warning] Assign identity
12:48:41 // metadata:
12:48:41 // "actor/id": /system/downingStrategy
12:48:41 // "actor/id/uniqueNode": sact://[email protected]:9002
12:48:41 // "actor/type": DowningStrategyShell
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/cluster/leadership)], offering membership snapshot
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterSystem.swift:922] [trace] Actor ready
12:48:41 // metadata:
12:48:41 // "actor/id": /system/downingStrategy
12:48:41 // "actor/type": DowningStrategyShell
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterEventStream.swift:80][/system/clusterEvents] [trace] Successfully added async subscriber [ObjectIdentifier(0x00005619cfbe2960)]
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterSystem.swift:395] [info] ClusterSystem [second] initialized, listening on: sact://[email protected]:9002
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterSystem.swift:397] [info] Setting in effect: .autoLeaderElection: lowestReachable(minNumberOfMembers: 2)
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [_OperationLogClusterReceptionistBehavior.swift:98][/system/receptionist-ref] [debug] Initialized receptionist
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterSystem.swift:398] [info] Setting in effect: .downingStrategy: timeout(DistributedActors.TimeoutBasedDowningStrategySettings(downUnreachableMembersAfter: 1.0 seconds))
12:48:41 Captured log [second][2022-06-10 19:48:34.7120] [ClusterSystem.swift:399] [info] Setting in effect: .onDownAction: gracefulShutdown(delay: 3.0 seconds)
12:48:41 Captured log [second][2022-06-10 19:48:34.7130] [ClusterEventStream.swift:80][/system/clusterEvents] [trace] Successfully added async subscriber [ObjectIdentifier(0x00007f83800f9010)]
12:48:41 Captured log [second][2022-06-10 19:48:34.7130] [ClusterShell.swift:419][/system/cluster] [info] Bound to [IPv4]127.0.0.1/127.0.0.1:9002
12:48:41 Captured log [second][2022-06-10 19:48:34.7130] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y)], offering membership snapshot
12:48:41 Captured log [second][2022-06-10 19:48:34.7130] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y)], offering mem
12:48:41 bership snapshot
12:48:41 Captured log [second][2022-06-10 19:48:34.7130] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 1
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [second][2022-06-10 19:48:34.7130] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/user/$testProbe-0/$messageAdapter)], offering membership snapshot
12:48:41 Captured log [second][2022-06-10 19:48:34.7130] [Leadership.swift:242][/system/cluster/leadership] [info] Not enough members [1/2] to run election, members: [Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)]
12:48:41 // metadata:
12:48:41 // "leadership/election": DistributedActors.Leadership.LowestReachableMember
12:48:41 Captured log [second][2022-06-10 19:48:34.7140] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event membershipChange(sact://[email protected]:9002 :: [unknown] -> [joining]) to 4 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x00007f83800f9010)
12:48:41 // ObjectIdentifier(0x00005619cfbe2960)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.membershipChange(sact://[email protected]:9002 :: [unknown] -> [joining])
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /user/$testProbe-0/$messageAdapter
12:48:41 // /system/cluster/leadership
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [second][2022-06-10 19:48:34.7140] [ClusterEventStream.swift:44][/system/clusterEvents] [trace] Successfully subscribed [_ActorRef<Cluster.Event>(/system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y)], offering membership snapshot
12:48:41 Captured log [second][2022-06-10 19:48:34.7160] [TransportPipelines.swift:134][/system/transport.server] [debug] Received handshake offer from: [sact://first:[email protected]:9001] with protocol version: [Version(1.0.0, reserved:0)]
12:48:41 // metadata:
12:48:41 // "handshake/channel": SocketChannel { BaseSocket { fd=96 }, active = true, localAddress = Optional([IPv4]127.0.0.1/127.0.0.1:9002), remoteAddress = Optional([IPv4]127.0.0.1/127.0.0.1:55628) }
12:48:41 Captured log [second][2022-06-10 19:48:34.7160] [ClusterShell.swift:829][/system/cluster] [trace] Accept handshake with sact://first:[email protected]:9001!
12:48:41 // metadata:
12:48:41 // "handshake/channel": SocketChannel { BaseSocket { fd=96 }, active = true, localAddress = Optional([IPv4]127.0.0.1/127.0.0.1:9002), remoteAddress = Optional([IPv4]127.0.0.1/127.0.0.1:55628) }
12:48:41 Captured log [second][2022-06-10 19:48:34.7160] [TransportPipelines.swift:143][/system/transport.server] [debug] Write accept handshake to: [sact://[email protected]:9001]
12:48:41 // metadata:
12:48:41 // "handshake/channel": SocketChannel { BaseSocket { fd=96 }, active = true, localAddress = Optional([IPv4]127.0.0.1/127.0.0.1:9002), remoteAddress = Optional([IPv4]127.0.0.1/127.0.0.1:55628) }
12:48:41 Captured log [second][2022-06-10 19:48:34.7160] [ClusterShell.swift:855][/system/cluster] [trace] Associated with: sact://first:[email protected]:9001
12:48:41 // metadata:
12:48:41 // "membership": Membership(count: 2, leader: .none, members: [Member(sact://second:[email protected]:9002, status: joining, reachability: reachable), Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)])
12:48:41 // "membership/change": sact://[email protected]:9001 :: [unknown] -> [joining]
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [Gossiper+Shell.swif
12:48:41 t:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 2
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9001/system/receptionist
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event membershipChange(sact://[email protected]:9001 :: [unknown] -> [joining]) to 5 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x00007f83800f9010)
12:48:41 // ObjectIdentifier(0x00005619cfbe2960)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.membershipChange(sact://[email protected]:9001 :: [unknown] -> [joining])
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /user/$testProbe-0/$messageAdapter
12:48:41 // /system/cluster/leadership
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9001/system/receptionist as remote, on node: sact://[email protected]:9001
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [Gossiper+Shell.swift:359][/system/cluster/gossip] [trace] Got introduced to peer [_ActorRef<GossipShell<DistributedActors.Cluster.MembershipGossip, DistributedActors.Cluster.MembershipGossip>.Message>(sact://[email protected]:9001/system/cluster/gossip)]
12:48:41 // metadata:
12:48:41 // "gossip/peerCount": 1
12:48:41 // "gossip/peers": [sact://[email protected]:9001/system/cluster/gossip]
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 1s 153ms (1s ± 20.0%)
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:34.7170] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [second][2022-06-10 19:48:34.7180] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1), SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 /
12:48:41 / SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:41 // "swim/timeout": seconds(1)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:34.7190] [_OperationLogClusterReceptionistBehavior.swift:627][/system/receptionist-ref] [debug] New member, contacting its receptionist: sact://[email protected]:9001
12:48:41 Captured log [second][2022-06-10 19:48:34.7190] [ClusterShell.swift:699][/system/cluster] [debug] Association already allocated for remote: sact://[email protected]:9001, existing association: [AssociatedState(associated(channel: SocketChannel { BaseSocket { fd=96 }, active = true, localAddress = Optional([IPv4]127.0.0.1/127.0.0.1:9002), remoteAddress = Optional([IPv4]127.0.0.1/127.0.0.1:55628) }), selfNode: sact://second:[email protected]:9002, remoteNode: sact://first:[email protected]:9001)]
12:48:41 Captured log [second][2022-06-10 19:48:34.7190] [Leadership.swift:299][/system/cluster/leadership] [debug] Selected new leader: [nil -> Member(sact://[email protected]:9001, status: joining, reachability: reachable)]
12:48:41 // metadata:
12:48:41 // "leadership/election": DistributedActors.Leadership.LowestReachableMember
12:48:41 // "membership": Membership(count: 2, leader: Member(sact://[email protected]:9001, status: joining, reachability: reachable), members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable), Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)])
12:48:41 Captured log [second][2022-06-10 19:48:34.7190] [NodeDeathWatcher.swift:202][/system/nodeDeathWatcher] [debug] Received: remoteActorWatched(watcher: _AddressableActorRef(/system/cluster/gossip), remoteNode: sact://first:[email protected]:9001)
12:48:41 Captured log [second][2022-06-10 19:48:34.7190] [ClusterShellState.swift:428][/system/cluster] [debug] Leader change: LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366)
12:48:41 // metadata:
12:48:41 // "membership/count": 2
12:48:41 Captured log [second][2022-06-10 19:48:34.7190] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 3
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [second][2022-06-10 19:48:34.7190] [ClusterShellState.swift:465][/system/cluster] [trace] Membership updated on [sact://[email protected]:9002] by leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366)): leader: Member(sact://[email protected]:9001, status: joining, reachability: reachable)
12:48:41 sact://first:[email protected]:9001 status [joining]
12:48:41 sact://second:[email protected]:9002 status [joining]
12:48:41 Captured log [second][2022-06-10 19:48:34.7200] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [
12:48:41 membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [second][2022-06-10 19:48:34.7220] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366)) to 5 subscribers and 2 async subscribers
12:48:41 // metadata:
12:48:41 // "eventStream/asyncSubscribers":
12:48:41 // ObjectIdentifier(0x00007f83800f9010)
12:48:41 // ObjectIdentifier(0x00005619cfbe2960)
12:48:41 // "eventStream/event": DistributedActors.Cluster.Event.leadershipChange(DistributedActors.Cluster.LeadershipChange(oldLeader: nil, newLeader: Optional(Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)), file: "/code/Sources/DistributedActors/Cluster/Cluster+Membership.swift", line: 366))
12:48:41 // "eventStream/subscribers":
12:48:41 // /system/receptionist-ref/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /user/$testProbe-0/$messageAdapter
12:48:41 // /system/cluster/leadership
12:48:41 // /system/nodeDeathWatcher/$sub-DistributedActors.Cluster.Event-y
12:48:41 // /system/cluster/gossip/$sub-DistributedActors.Cluster.Event-y
12:48:41 Captured log [second][2022-06-10 19:48:34.7230] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-y
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0), SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)])
12:48:41 // "swim/ping/seqNr": 1
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:34.7230] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:34.7240] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWI
12:48:41 M.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:34.7250] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0), SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:34.7250] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [second][2022-06-10 19:48:35.7120] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@2
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-b
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0), SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)])
12:48:41 // "swim/ping/seqNr": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:35.7120] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 1
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:35.7120] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:35.7130] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 2)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/
12:48:41 cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:35.7170] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:35.7170] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 2)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:35.7170] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [second][2022-06-10 19:48:35.8710] [Gossiper+Shell.swift:194][/system/cluster/gossip] [trace] New gossip round, selected [1] peers, from [1] peers
12:48:41 // metadata:
12:48:41 // "gossip/id": membership
12:48:41 // "gossip/peers/selected":
12:48:41 // _AddressableActorRef(sact://[email protected]:9001/system/cluster/gossip)
12:48:41 Captured log [second][2022-06-10 19:48:35.8710] [Gossiper+Shell.swift:235][/system/cluster/gossip] [trace] Sending gossip to sact://[email protected]:9001/system/cluster/gossip
12:48:41 // metadata:
12:48:41 // "actor/message": MembershipGossip(owner: sact://second:[email protected]:9002, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: .none, members: [Member(sact://second:[email protected]:9002, status: joining, reachability: reachable), Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)]))
12:48:41 // "gossip/peers/count": 1
12:48:41 // "gossip/target": sact://[email protected]:9001/system/cluster/gossip
12:48:41 Captured log [second][2022-06-10 19:48:35.8710] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 879ms 168μs (1s ± 20.0%)
12:48:41 Captured log [second][2022-06-10 19:48:35.8750] [Gossiper+Shell.swift:252][/system/cluster/gossip] [trace] Gossip ACKed
12:48:41 // metadata:
12:48:41 // "gossip/ack": MembershipGossip(owner: sact://first:[email protected]:9001, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4], sact://first:[email protected]:9001: [uniqueNode:sact://[email protected]:9002: 4, uniqueNode:sact://[email protected]:9001: 4]]), membership: Membership(count: 2, leader: .none, members: [Member(sact://first:[email protected]:9001, s
12:48:41 tatus: joining, reachability: reachable), Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)]))
12:48:41 Captured log [second][2022-06-10 19:48:35.8760] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [second][2022-06-10 19:48:35.8760] [ClusterShell.swift:605][/system/cluster] [trace] Local membership version is [.concurrent] to incoming gossip; Merge resulted in 0 changes.
12:48:41 // metadata:
12:48:41 // "gossip/before": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/incoming": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/now": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "membership/changes":
12:48:41 //
12:48:41 // "tag": membership
12:48:41 Captured log [second][2022-06-10 19:48:35.9090] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9001/system/receptionist
12:48:41 Captured log [second][2022-06-10 19
12:48:41 :48:35.9090] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9001/system/receptionist as remote, on node: sact://[email protected]:9001
12:48:41 Captured log [second][2022-06-10 19:48:36.7110] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@3
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-n
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 3)])
12:48:41 // "swim/ping/seqNr": 3
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:36.7110] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 2
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:36.7130] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:36.7140] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 3)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:36.7180] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:36.7180] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]
12:48:41 :9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 3)])]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:36.7180] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:41 // metadata:
12:48:41 // "swim/lhm": 0
12:48:41 // "swim/lhm/event": successfulProbe
12:48:41 Captured log [second][2022-06-10 19:48:36.7520] [Gossiper+Shell.swift:194][/system/cluster/gossip] [trace] New gossip round, selected [1] peers, from [1] peers
12:48:41 // metadata:
12:48:41 // "gossip/id": membership
12:48:41 // "gossip/peers/selected":
12:48:41 // _AddressableActorRef(sact://[email protected]:9001/system/cluster/gossip)
12:48:41 Captured log [second][2022-06-10 19:48:36.7520] [Gossiper+Shell.swift:235][/system/cluster/gossip] [trace] Sending gossip to sact://[email protected]:9001/system/cluster/gossip
12:48:41 // metadata:
12:48:41 // "actor/message": MembershipGossip(owner: sact://second:[email protected]:9002, seen: Cluster.MembershipGossip.SeenTable([sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9002: 4, uniqueNode:sact://[email protected]:9001: 4], sact://first:[email protected]:9001: [uniqueNode:sact://[email protected]:9001: 4, uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: .none, members: [Member(sact://second:[email protected]:9002, status: joining, reachability: reachable), Member(sact://first:[email protected]:9001, status: joining, reachability: reachable)]))
12:48:41 // "gossip/peers/count": 1
12:48:41 // "gossip/target": sact://[email protected]:9001/system/cluster/gossip
12:48:41 Captured log [second][2022-06-10 19:48:36.7520] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 846ms 839μs (1s ± 20.0%)
12:48:41 Captured log [second][2022-06-10 19:48:36.7560] [Gossiper+Shell.swift:252][/system/cluster/gossip] [trace] Gossip ACKed
12:48:41 // metadata:
12:48:41 // "gossip/ack": MembershipGossip(owner: sact://first:[email protected]:9001, seen: Cluster.MembershipGossip.SeenTable([sact://first:[email protected]:9001: [uniqueNode:sact://[email protected]:9001: 4, uniqueNode:sact://[email protected]:9002: 4], sact://second:[email protected]:9002: [uniqueNode:sact://[email protected]:9001: 4, uniqueNode:sact://[email protected]:9002: 4]]), membership: Membership(count: 2, leader: .none, members: [Member(sact://first:[email protected]:9001, status: joining, reachability: reachable), Member(sact://second:[email protected]:9002, status: joining, reachability: reachable)]))
12:48:41 Captured log [second][2022-06-10 19:48:36.7570] [Gossiper+Shell.swift:149][/system/cluster/gossip] [trace] Update (locally) gossip payload [membership]
12:48:41 // metadata:
12:48:41 // "gossip/identifier": membership
12:48:41 // "gossip/payload": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable)
12:48:41 ,
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 Captured log [second][2022-06-10 19:48:36.7570] [ClusterShell.swift:605][/system/cluster] [trace] Local membership version is [.same] to incoming gossip; Merge resulted in 0 changes.
12:48:41 // metadata:
12:48:41 // "gossip/before": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/incoming": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: nil,
12:48:41 // ),
12:48:41 // )
12:48:41 // "gossip/now": MembershipGossip(
12:48:41 // owner: sact://second:[email protected]:9002,
12:48:41 // seen: Cluster.Gossip.SeenTable(
12:48:41 // sact://[email protected]:9001 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // sact://[email protected]:9002 observed versions:
12:48:41 // uniqueNode:sact://[email protected]:9001 @ 4
12:48:41 // uniqueNode:sact://[email protected]:9002 @ 4
12:48:41 // ),
12:48:41 // membership: Membership(
12:48:41 // _members: [
12:48:41 // sact://[email protected]:9001: Member(sact://[email protected]:9001, status: joining, reachability: reachable),
12:48:41 // sact://[email protected]:9002: Member(sact://[email protected]:9002, status: joining, reachability: reachable),
12:48:41 // ],
12:48:41 // _leaderNode: sact://first:[email protected]:9001,
12:48:41 // ),
12:48:41 // )
12:48:41 // "membership/changes":
12:48:41 //
12:48:41 // "tag": membership
12:48:41 Captured log [second][2022-06-10 19:48:37.1090] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9001/system/receptionist
12:48:41 Captured log [second][2022-06-10 19:48:37.1090] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9001/system/receptionist as remote, on node: sact://[email protected]:9001
12:48:41 Captured log [second][2022-06-10 19:48:37.5990] [Gossiper+Shell.swift:194][/system/cluster/gossip] [trace] New gossip round, selected [0] peers, from [1] peers
12:48:41 // metadata:
12:48:41 // "gossip/id": membership
12:48:41 // "gossip/peers/selected":
12:48:41 //
12:48:41 Captured log [second][2022-06-10 19:48:37.5990] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 1s 32ms (1s ± 20.0%)
12:48:41 Captured log [second][2022-06-10 19:48:37.7120] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@4
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim),
12:48:41 alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-d
12:48:41 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 4)])
12:48:41 // "swim/ping/seqNr": 4
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:37.7120] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 3
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:37.7150] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:41 // metadata:
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:37.7150] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:41 // metadata:
12:48:41 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 4)])
12:48:41 // "swim/incarnation": 0
12:48:41 // "swim/members/all":
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:41 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:41 // "swim/members/count": 2
12:48:41 // "swim/protocolPeriod": 4
12:48:41 // "swim/suspects/count": 0
12:48:41 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:41 // "swim/timeout": nanoseconds(300000000)
12:48:41 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:41 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:41 Captured log [second][2022-06-10 19:48:37.7190] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 4
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:37.7190] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 4)])]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 4
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:37.7190] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:42 // metadata:
12:48:42 // "swim/lhm": 0
12:48:42 // "swim/lhm/event": successfulProbe
12:48:42 Captured log [second][2022-06-10 19:48:38.3090] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9001/system/receptionist
12:48:42 Captured log [second][2022-06-10 19:48:38.3090] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9001/system/receptionist as remote, on node: sact://[email protected]:9001
12:48:42 Captured log [second][2022-06-10 19:48:38.6320] [Gossiper+Shell.swift:194][/system/cluster/gossip] [trace] New gossip round, selected [0] peers, from [1] peers
12:48:42 // metadata:
12:48:42 // "gossip/id": membership
12:48:42 // "gossip/peers/selected":
12:48:42 //
12:48:42 Captured log [second][2022-06-10 19:48:38.6320] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 914ms 77μs (1s ± 20.0%)
12:48:42 Captured log [second][2022-06-10 19:48:38.7140] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@5
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-r
12:48:42 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 5)])
12:48:42 // "swim/ping/seqNr": 5
12:48:42 // "swim/protocolPeriod": 4
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:38.7140] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 4
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:38.7160] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 5
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:38.7160] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:42 // metadata:
12:48:42 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 5)])
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 5
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:42 // "swim/timeout": nanoseconds(300000000)
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBef
12:48:42 orePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:38.7210] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 5
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:38.7210] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 5)])]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 5
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:38.7210] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:42 // metadata:
12:48:42 // "swim/lhm": 0
12:48:42 // "swim/lhm/event": successfulProbe
12:48:42 Captured log [second][2022-06-10 19:48:39.5100] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9001/system/receptionist
12:48:42 Captured log [second][2022-06-10 19:48:39.5100] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9001/system/receptionist as remote, on node: sact://[email protected]:9001
12:48:42 Captured log [second][2022-06-10 19:48:39.5470] [Gossiper+Shell.swift:194][/system/cluster/gossip] [trace] New gossip round, selected [0] peers, from [1] peers
12:48:42 // metadata:
12:48:42 // "gossip/id": membership
12:48:42 // "gossip/peers/selected":
12:48:42 //
12:48:42 Captured log [second][2022-06-10 19:48:39.5470] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 1s 162ms (1s ± 20.0%)
12:48:42 Captured log [second][2022-06-10 19:48:39.7150] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@6
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-f
12:48:42 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 6)])
12:48:42 // "swim/ping/seqNr": 6
12:48:42 // "swim/protocolPeriod": 5
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:39.7150] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 5
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][
12:48:42 2022-06-10 19:48:39.7170] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 6
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:39.7170] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:42 // metadata:
12:48:42 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 6)])
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 6
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:42 // "swim/timeout": nanoseconds(300000000)
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:39.7210] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 6
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:39.7210] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 6)])]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 6
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:39.7210] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:42 // metadata:
12:48:42 // "swim/lhm": 0
12:48:42 // "swim/lhm/event": successfulProbe
12:48:42 Captured log [second][2022-06-10 19:48:40.7100] [Gossiper+Shell.swift:194][/system/cluster/gossip] [trace] New gossip round, selected [0] peers, from [1] peers
12:48:42 // metadata:
12:48:42 // "gossip/id": membership
12:48:42 // "gossip/peers/selected":
12:48:42 //
12:48:42 Captured log [second][2022-06-10 19:48:40.7100] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 1s 16ms (1s ± 20.0%)
12:48:42 Captured log [second][2022-06-10 19:48:40.7100] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9001/system/receptionist
12:48:42 Captured log [second][2022-06-10 19:48:40.7100] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9001/system/receptionist as remote, on node: sact://[email protected]:9001
12:48:42 Captured log [second][2022-06-10 19:48:40.7160] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@7
12:48:42 // metadata:
12:48:42 // "swim/incarnation
12:48:42 ": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-g
12:48:42 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 7)])
12:48:42 // "swim/ping/seqNr": 7
12:48:42 // "swim/protocolPeriod": 6
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:40.7160] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 6
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:40.7180] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 7
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:40.7180] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:42 // metadata:
12:48:42 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 7)])
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 7
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:42 // "swim/timeout": nanoseconds(300000000)
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:40.7220] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 7
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:40.7220] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 7)])]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message
12:48:42 >(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 7
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:40.7220] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:42 // metadata:
12:48:42 // "swim/lhm": 0
12:48:42 // "swim/lhm/event": successfulProbe
12:48:42 Captured log [second][2022-06-10 19:48:41.7180] [SWIMActorShell.swift:146][/system/cluster/swim] [trace] Received ping@8
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/ping/origin": sact://[email protected]:9001/user/$ask-8
12:48:42 // "swim/ping/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 8)])
12:48:42 // "swim/ping/seqNr": 8
12:48:42 // "swim/protocolPeriod": 7
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:41.7180] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 7
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:41.7190] [SWIMActorShell.swift:116][/system/cluster/swim] [trace] Periodic ping random member, among: 1
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 8
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:41.7190] [SWIMActorShell.swift:231][/system/cluster/swim] [debug] Sending ping
12:48:42 // metadata:
12:48:42 // "swim/gossip/payload": membership([SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 8)])
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 8
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/target": _ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)
12:48:42 // "swim/timeout": nanoseconds(300000000)
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:41.7230] [SWIMInstance.swift:1598][/system/cluster/swim] [trace] Gossip about member sact://127.0.0.1:9001#6821061442191073539, incoming: [alive(incarnation: 0)] does not supersede current: [alive(incarnation: 0)]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.M
12:48:42 essage>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 8
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:41.7240] [SWIMInstance.swift:1096][/system/cluster/swim] [debug] Received ack from [_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim)] with incarnation [0] and payload [membership([SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 8)])]
12:48:42 // metadata:
12:48:42 // "swim/incarnation": 0
12:48:42 // "swim/members/all":
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(sact://[email protected]:9001/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 1)
12:48:42 // SWIM.Member(_ActorRef<SWIM.Message>(/system/cluster/swim), alive(incarnation: 0), protocolPeriod: 0)
12:48:42 // "swim/members/count": 2
12:48:42 // "swim/protocolPeriod": 8
12:48:42 // "swim/suspects/count": 0
12:48:42 // "swim/timeoutSuspectsBeforePeriodMax": 2
12:48:42 // "swim/timeoutSuspectsBeforePeriodMin": 1
12:48:42 Captured log [second][2022-06-10 19:48:41.7240] [SWIMInstance.swift:387][/system/cluster/swim] [trace] Adjusted LHM multiplier
12:48:42 // metadata:
12:48:42 // "swim/lhm": 0
12:48:42 // "swim/lhm/event": successfulProbe
12:48:42 Captured log [second][2022-06-10 19:48:41.7270] [Gossiper+Shell.swift:194][/system/cluster/gossip] [trace] New gossip round, selected [0] peers, from [1] peers
12:48:42 // metadata:
12:48:42 // "gossip/id": membership
12:48:42 // "gossip/peers/selected":
12:48:42 //
12:48:42 Captured log [second][2022-06-10 19:48:41.7280] [Gossiper+Shell.swift:274][/system/cluster/gossip] [trace] Schedule next gossip round in 813ms 930μs (1s ± 20.0%)
12:48:42 Captured log [second][2022-06-10 19:48:41.9090] [ClusterSystem.swift:873] [trace] Resolve: sact://[email protected]:9001/system/receptionist
12:48:42 Captured log [second][2022-06-10 19:48:41.9090] [ClusterSystem.swift:875] [trace] Resolved sact://[email protected]:9001/system/receptionist as remote, on node: sact://[email protected]:9001
12:48:42 ========================================================================================================================
12:48:42 Test Case 'ClusterLeaderActionsClusteredTests.test_up_ensureAllSubscribersGetMovingUpEvents' failed (7.433 seconds)