zeek/scripts/policy
Christian Kreibich a622e28eab Management framework: more resilient node shutdown upon deployment
When agents had to terminate existing Zeek cluster nodes at the beginning of a
new deployment, they so far used their internal state to look up the nodes and
fired off requests to the Supervisor to shut these down. This has a problem:
when an agent restarts unexpectedly, it has no internal state, and when it then
tries to create nodes that already exist, the Supervisor complains with error
messages.

To avoid this, the agent now tears down all Supervised nodes other than agents
and controllers. In order to do so, it first needs to query the Supervisor for
the current node status, which means there are now two such status requests: one
upon deployment, and one during get_nodes requests. In order to disambiguate
these contexts in the SupervisorControl::status_request/response transactions,
we use the finish() callback in the corresponding request state to continue
execution as needed.
2022-06-21 17:22:45 -07:00
..
files Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
frameworks Management framework: more resilient node shutdown upon deployment 2022-06-21 17:22:45 -07:00
integration Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
misc Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
protocols Include certificate information in SSL::Weak_Key notice 2022-05-11 18:56:04 +01:00
tuning Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00