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

Fixes bug regarding unregistration introduced with #1086. #1197

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

KerstinKeller
Copy link
Contributor

Introduces two new structs (SLocalSubscriptionInfo and SExternSubscriptionInfo) and uses them for applying / unapplying registrations. They are also stored in the ExpiredMap when topic are no longer visible on monitoring layer.

Related issues

Fixes #1196

Cherry-pick to

  • 5.12

Introduces two new structs (SLocalSubscriptionInfo and SExternSubscriptionInfo) and uses them for applying / unapplying registrations.
They are also stored in the ExpiredMap when topic are no longer visible on monitoring layer.
@FlorianReimold
Copy link
Member

Why only cherry-pick this to 5.12? Was it introduced with 5.12 and didn't exist in 5.11?

@KerstinKeller
Copy link
Contributor Author

Yes as mentioned in the issue, the problem was introduced with the mentioned PR, which was merged for the 5.12 release.

@KerstinKeller KerstinKeller merged commit 8661305 into master Sep 13, 2023
14 checks passed
FlorianReimold pushed a commit that referenced this pull request Sep 20, 2023
Introduces two new structs (SLocalSubscriptionInfo and SExternSubscriptionInfo) and uses them for applying / unapplying registrations.
They are also stored in the ExpiredMap when topic are no longer visible on monitoring layer.
@KerstinKeller KerstinKeller deleted the feature/failed_refresh_registration branch October 25, 2023 15:26
FlorianReimold pushed a commit that referenced this pull request Oct 27, 2023
Introduces two new structs (SLocalSubscriptionInfo and SExternSubscriptionInfo) and uses them for applying / unapplying registrations.
They are also stored in the ExpiredMap when topic are no longer visible on monitoring layer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#1086 Breaks unregistration via monitoring expiration
2 participants