=clu Remove debug log noise of gossip round
* that log entry is not useful
This commit is contained in:
parent
b4536c945e
commit
c1f320d621
1 changed files with 0 additions and 1 deletions
|
|
@ -690,7 +690,6 @@ private[cluster] class ClusterCoreDaemon(publisher: ActorRef) extends Actor with
|
|||
* Initiates a new round of gossip.
|
||||
*/
|
||||
def gossip(): Unit = {
|
||||
log.debug("Cluster Node [{}] - Initiating new round of gossip", selfAddress)
|
||||
|
||||
if (!isSingletonCluster) {
|
||||
val localGossip = latestGossip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue