mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/fix-cluster-publish-any'
* origin/topic/awelzel/fix-cluster-publish-any: cluster/Backend: Handle unspecified table/set cluster: Fix Cluster::publish() of Broker::Data cluster: Be noisy when attempting to connect to an unknown node
This commit is contained in:
commit
25554fa668
17 changed files with 519 additions and 9 deletions
|
@ -36,6 +36,8 @@ function connect_peer(node_type: NodeType, node_name: string)
|
|||
status));
|
||||
return;
|
||||
}
|
||||
|
||||
Reporter::warning(fmt("connect_peer: node '%s' (%s) not found", node_name, node_type));
|
||||
}
|
||||
|
||||
function connect_peers_with_type(node_type: NodeType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue