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

[DocDB] Better catch code changes that might affect upgrade/rollback safety #22389

Open
1 task done
ttyusupov opened this issue May 14, 2024 · 0 comments
Open
1 task done
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/high High Priority

Comments

@ttyusupov
Copy link
Contributor

ttyusupov commented May 14, 2024

Jira Link: DB-11291

Description

Example of such undetected issue is #22057 which was caused by combination of commits decb104111 and 6de97906 which both didn't change proto files, but decb104 changed semantic of how WAL operation read_pair field is processed and 6de9790 changed semantic of how this field is populated.

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@ttyusupov ttyusupov added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels May 14, 2024
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue priority/high High Priority and removed status/awaiting-triage Issue awaiting triage priority/medium Medium priority issue labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/high High Priority
Projects
None yet
Development

No branches or pull requests

2 participants