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

Need to clear various group storage/state on fabric removal #15166

Closed
bzbarsky-apple opened this issue Feb 14, 2022 · 0 comments · Fixed by #15874
Closed

Need to clear various group storage/state on fabric removal #15166

bzbarsky-apple opened this issue Feb 14, 2022 · 0 comments · Fixed by #15874
Assignees
Labels
group messaging spec Mismatch between spec and implementation V1.0

Comments

@bzbarsky-apple
Copy link
Contributor

Problem

When a fabric is removed, we need to clear various state that is associated with the fabric index, because the fabric index can get reused for a different fabric.

This includes at least the following for groups:

  • Group peer message counters.
  • Group/endpoint associations from the groups cluster.
  • Group keys associated with the fabric.
  • Group id/key associations for the fabric.

Proposed Solution

Remove the various data when the fabric index becomes stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group messaging spec Mismatch between spec and implementation V1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants