opendut icon indicating copy to clipboard operation
opendut copied to clipboard

Determine basic cluster state via ping

Open mbfm opened this issue 10 months ago • 0 comments

To be able to determine when a cluster might be ready - not necessarily that it is fully healthy - we could do a basic ping on the peers and accumulate the results in CARL.

Tasks:

  • [x] Instruct EDGAR to ping via PeerConfiguration-Parameter (to obtain a ParameterId).
    • [x] CARL sends Parameter
    • [x] EDGAR uses Parameter
  • [x] CARL is able to receive messages
  • [x] EDGAR is able to send messages
  • [ ] Define a model with which the information can be reported to CARL.
  • [ ] EDGAR notifies CARL when Ping succeeded or failed

For this to be more useful, we might want to also fix #324.

mbfm avatar Jan 30 '25 09:01 mbfm