mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Fixed an issue with cluster data distribution.
This commit is contained in:
parent
73f2fd8e3a
commit
6538f70e2c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ event remote_connection_handshake_done(p: event_peer)
|
||||||
# It will be kept up to date after this by the cluster_new_item event.
|
# It will be kept up to date after this by the cluster_new_item event.
|
||||||
if ( Cluster::nodes[p$descr]$node_type == Cluster::WORKER )
|
if ( Cluster::nodes[p$descr]$node_type == Cluster::WORKER )
|
||||||
{
|
{
|
||||||
send_id(p, "min_data_store");
|
send_id(p, "Intel::min_data_store");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue