Fix subtle race on data store initialization

This commit is contained in:
Dominik Charousset 2020-12-22 21:15:17 +01:00
parent 604fbea00d
commit 8d726ed07a

View file

@ -37,7 +37,7 @@ event zeek_init()
} }
# Send the auto masters we created to the newly connected node # Send the auto masters we created to the newly connected node
event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string) &priority=1 event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string) &priority=11
{ {
if ( ! Cluster::is_enabled() ) if ( ! Cluster::is_enabled() )
return; return;