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

Fix Topic Validator Deregistering Bug #5683

Merged
merged 2 commits into from
Apr 29, 2020
Merged

Fix Topic Validator Deregistering Bug #5683

merged 2 commits into from
Apr 29, 2020

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Apr 29, 2020

What type of PR is this?

Bug Fix

What does this PR do? Why is it needed?

We were incorrectly formatting the topic when de-registering it, which caused us to unregister
a non existent topic. This is fixed with the correct formatting.

Which issues(s) does this PR fix?

Resolves #5564

Other notes for review

Changes the subscription cancel error to a warning log, as the error is expected
and not really a failure condition.

@nisdas nisdas added the Ready For Review A pull request ready for code review label Apr 29, 2020
@nisdas nisdas requested a review from a team as a code owner April 29, 2020 18:41
@nisdas nisdas changed the title Fix Topic Validator UnRegistering Bug Fix Topic Validator Deregistering Bug Apr 29, 2020
@rauljordan rauljordan merged commit 4d30519 into master Apr 29, 2020
@delete-merged-branch delete-merged-branch bot deleted the fixTopicBug branch April 29, 2020 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subscription Cancel Errors For Committee Subnets Cause Node Downtime
3 participants