Merge remote-tracking branch 'origin/topic/seth/make-cluster-port-optional'

* origin/topic/seth/make-cluster-port-optional:
  Apply suggestions from code review
  Update scripts/base/frameworks/cluster/main.zeek
  Make defining a port number for hosts in a cluster that only connect outbound optional
This commit is contained in:
Jon Siwek 2020-10-13 15:34:02 -07:00
commit 6cb0cb9746
5 changed files with 25 additions and 6 deletions

5
NEWS
View file

@ -88,6 +88,11 @@ Changed Functionality
than the previous one. A detailed explanation of the implementation is here:
https://jasonlue.github.io/algo/2019/08/20/clustered-hashing.html
- The ``p`` fields of ``Cluster::Node`` records now use a
``&default=0/unknown`` attribute with ``0/unknown`` meaning that the node is
not pre-configured to listen for incoming connections from other cluster
nodes.
Removed Functionality
---------------------