system/cluster/core/daemon/joinSeedNodeProcess doesn't match an active actor

After (an apparently) succesfull startup, I see DEBUG messages related to joinSeedNodeProcess and firstSeedNodeProcess telling that both actors probably have been stoped.

I would like to know if this is and error, and if so, what would be causing it.

Bellow some INFO and DEBUG messages after starting the cluster:

Node 1(Leader)

2023-10-25 08:38:08 [V12System-akka.actor.default-dispatcher-36] INFO akka.cluster.Cluster -
Cluster Node [akka://V12System@engine-1:2552] - Received InitJoinNack message from [Actor[akka://V12System@engine-3:2552/system/cluster/core/daemon#327862589]] to [akka://V12System@engine-1:2552]

2023-10-25 08:38:08 [V12System-akka.actor.default-dispatcher-35] INFO akka.cluster.Cluster -
Cluster Node [akka://V12System@engine-1:2552] - Received InitJoinNack message from [Actor[akka://V12System@engine-2:2552/system/cluster/core/daemon#1609702622]] to [akka://V12System@engine-1:2552]

2023-10-25 08:38:08 [V12System-akka.actor.default-dispatcher-35] INFO akka.cluster.Cluster -
Cluster Node [akka://V12System@engine-1:2552] - Node [akka://V12System@engine-1:2552] is JOINING itself (with roles [seed, dc-default], version [0.0.0]) and forming new cluster

2023-10-25 08:38:08 [V12System-akka.actor.default-dispatcher-35] INFO akka.cluster.Cluster -
Cluster Node [akka://V12System@engine-1:2552] - is the new leader among reachable nodes (more leaders may exist)

2023-10-25 08:38:08 [V12System-akka.actor.default-dispatcher-35] INFO akka.cluster.Cluster -
Cluster Node [akka://V12System@engine-1:2552] - Leader is moving node [akka://V12System@engine-1:2552] to [Up]

2023-10-25 08:38:08 [V12System-akka.actor.default-dispatcher-36] INFO akka.cluster.sbr.SplitBrainResolver -
This node is now the leader responsible for taking SBR decisions among the reachable nodes (more leaders may exist).

Node 2

2023-10-25 08:38:10 [V12System-akka.actor.default-dispatcher-109] INFO akka.cluster.Cluster -
Cluster Node [akka://V12System@engine-2:2552] - Received InitJoin message from [Actor[akka://V12System@engine-3:2552/system/cluster/core/daemon/joinSeedNodeProcess-1#239395508]] to [akka://V12System@engine-2:2552]

2023-10-25 08:38:10 [V12System-akka.actor.default-dispatcher-109] INFO akka.cluster.Cluster -
Cluster Node [akka://V12System@engine-2:2552] - Sending InitJoinAck message from node [akka://V12System@engine-2:2552] to [Actor[akka://V12System@engine-3:2552/system/cluster/core/daemon/joinSeedNodeProcess-1#239395508]] (version [2.6.13])

Incoming ActorRef compression advertisement from [akka://V12System@engine-1:2552#-5714894453552357002], table: [CompressionTable(-1462368434084881812,10,HashMap(Actor[akka://V12System/system/cluster/core/daemon#1609702622] → 4, Actor[akka://V12System/system/cluster/core/daemon/joinSeedNodeProcess-1#-1072938064] → 3, Actor[akka://V12System/system/distributedPubSubMediator#-465923840] → 6, Actor[akka://V12System/user/deliveryProxy#-678183769] → 0, Actor[akka://V12System/user/pipeLineCollectorProxy#1509246146] → 2, Actor[akka://V12System@engine-1:2552/] → 8, Actor[akka://V12System@engine-1:2552/system/cluster/core/daemon/firstSeedNodeProcess-2#1955447625] → 1, Actor[akka://V12System@engine-1:2552/system/cluster/core/daemon#-930546486] → 5, Actor[akka://V12System@engine-1:2552/system/distributedPubSubMediator#-987736085] → 7))]
Resolve (deserialization) of path [system/cluster/core/daemon/joinSeedNodeProcess-1#-1072938064] doesn’t match an active actor. It has probably been stopped, using deadLetters.

If it’s just debug or info it’s not a problem. Probably some retries or messages in flight that arrive afterwards.

Thanks patrik