You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior?
Conflicts should only occur when there is a significant difference - there are many changes that have not been backported that are causing conflicts
Do you have any additional context?
Seems like this is due to some large backports into 2.x that did not use the automated tooling and we've got changes that never made it into the 2.x branch
The text was updated successfully, but these errors were encountered:
peternied
added
bug
Something isn't working
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Aug 2, 2023
peternied
changed the title
[BUG] Backports onto 2.x always run into conflicts
[BUG] Backports onto 2.x often run into conflicts
Aug 2, 2023
Manual backports have been failing for a while, specifically the failure
on #2926 clued me
into the issue, we've been manually resolving these conflicts, but we
should be trying to keep everything in sync as much as possible, this
set of backports lumped together attempts to handle that.
### Issues Resolved
- Resolves#3090
### Testing
Lots of `/gradlew testClasses`, CI checks should verify everything else.
Signed-off-by: Peter Nied <petern@amazon.com>
Signed-off-by: Andrey Pleskach <ples@aiven.io>
Co-authored-by: Andrey Pleskach <ples@aiven.io>
peternied
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Aug 4, 2023
What is the bug?
We are having to manually resolve conflicts when attempting to backport changes from main into 2.x
How can one reproduce the bug?
What is the expected behavior?
Conflicts should only occur when there is a significant difference - there are many changes that have not been backported that are causing conflicts
Do you have any additional context?
Seems like this is due to some large backports into 2.x that did not use the automated tooling and we've got changes that never made it into the 2.x branch
The text was updated successfully, but these errors were encountered: