sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Healing issues

Open denis-tingaikin opened this issue 1 year ago • 0 comments

During local meeting and code reviewing we've found two problems in current healing

  1. Liveness check should be able to be stopped by the cancel upper context (for example by eventLoop cancel)
  2. Ticker is working in parallel with livenesscheck func https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/common/heal/eventloop.go#L218 and https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/common/heal/eventloop.go#L219

denis-tingaikin avatar Sep 07 '23 10:09 denis-tingaikin