-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-9816. Addendum: fix compile error due to conflict with HDDS-9303 #5764
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
Conversation
… fix compile error
hemantk-12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix @adoroszlai
sadanand48
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reporting & fixing it, @adoroszlai , @sodonnel .
|
Thanks @hemantk-12, @sadanand48, @sodonnel for the review. |
@ChenSammi it fixed the compile error that was caused by the change mentioned in PR description. Your PR is still built against the previous commit: To fix it, please merge current |
Right, @adoroszlai , this patch fixes the compile issue. Just curious, the JIRAs caused compile failure are all recent merged. How does their CI build not find the compile failure? |
I think both commits were fine independently and CI passed on both of them. Compilation failed when both were merged into master branch. |
Events:
Git reports conflict for the second PR if commits on If I remember correctly there is an option in Github to only allow PR merge if its branch is up-to-date with the base branch. But that requires more work for both developers and CI. The current behavior is similar to optimistic locking in DBs. I think it's fine in most cases. |
What changes were proposed in this pull request?
Fix compile error caused by HDDS-9816 and HDDS-9303.
https://issues.apache.org/jira/browse/HDDS-9816
How was this patch tested?
Compiled locally.