Merge pull request #28401 from akka/wip-28393-reachable-log-patriknw
fix wrong logging of REACHABLE, #28393
This commit is contained in:
commit
2c15c8d753
1 changed files with 1 additions and 1 deletions
|
|
@ -1458,7 +1458,7 @@ private[cluster] class ClusterCoreDaemon(publisher: ActorRef, joinConfigCompatCh
|
||||||
logInfo(
|
logInfo(
|
||||||
"Marking exiting node(s) as UNREACHABLE [{}]. This is expected and they will be removed.",
|
"Marking exiting node(s) as UNREACHABLE [{}]. This is expected and they will be removed.",
|
||||||
exiting.mkString(", "))
|
exiting.mkString(", "))
|
||||||
nonExiting.foreach { node =>
|
newlyDetectedReachableMembers.foreach { node =>
|
||||||
logInfo(ClusterLogMarker.reachable(node.address), "Marking node as REACHABLE [{}].", node)
|
logInfo(ClusterLogMarker.reachable(node.address), "Marking node as REACHABLE [{}].", node)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue