Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Connection event of the DELETE type is not sent after deletion connections with the Memif client #629

Closed
VitalyGushin opened this issue Dec 13, 2023 · 1 comment
Assignees

Comments

@VitalyGushin
Copy link

Steps to reproduce:

  1. Connect to the MonitorConnections stream with an empty MonitorScopeSelector to catch all the connections, and listen to events (for all nsmgrs in the cluster)
  2. Deploy any example with a Memif client (f.e. https://github.com/networkservicemesh/deployments-k8s/tree/release/v1.11.0/examples/use-cases/Memif2Kernel)
  3. Cleanup the example from the step 2 by its namespace deletion (kubectl delete ns ns-memif2kernel). Also reproducible by pod deletion.

Expected behaviour: connection event of the DELETE type should be observed

Observed behaviour: no any connection events of the DELETE type (sometimes it will be sent after a few minutes of timeout)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants