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:
Tim Wojtulewicz 2024-12-12 13:16:57 -07:00
commit 25554fa668
17 changed files with 519 additions and 9 deletions

View file

@ -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)