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

refactor(meta): return InvalidReply if fail to decode a message #8568

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

drmingdrmer
Copy link
Member

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

refactor(meta): return InvalidReply if fail to decode a message

During upgrading, different version of databend-query/meta run in a same
cluster. If a message that can not be decoded received, return an
InvalidReply error instead of just panicking the program.

Returning such an error might make the cluster unable to operate while
upgrading, but data durability and consistency won't be compromised.

Changelog

Related Issues

During upgrading, different version of databend-query/meta run in a same
cluster. If a message that can not be decoded received, return an
`InvalidReply` error instead of just panicking the program.

Returning such an error might make the cluster unable to operate while
upgrading, but data durability and consistency won't be compromised.
@vercel
Copy link

vercel bot commented Nov 1, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Nov 1, 2022 at 5:36AM (UTC)

@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Nov 1, 2022
@drmingdrmer drmingdrmer marked this pull request as ready for review November 1, 2022 05:40
@mergify mergify bot merged commit 9b61641 into databendlabs:main Nov 1, 2022
@drmingdrmer drmingdrmer deleted the 51-inv-reply branch November 1, 2022 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-refactor this PR changes the code base without new features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants