-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[cherry-pick] [branch-3.0] Fix getting last message ID when there are ongoing transactions #22130
Conversation
@thetumbled Please add the following content to your PR description and select a checkbox:
|
PTAL, thanks. |
@Technoboy- I think we should cherry-pick #21466 first , that will ease tracking in the future |
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.
let's first cherry-pick #21466
may be change the title is enough? |
Can't cherry-pick directly. Using this and comment on the #21466 is enough |
Closing and reopening as an attempt to trigger the CI builds to run. For some reason, the build didn't get triggered. |
Some test do not pass:
TimeUnitToSecondsConverter.class is introduced by #20782 , but we do not cherry pick it into branch 3.0. So the solution is: first, cherry pick #20782 into branch-3.0, then we use this pr #22143 to fix the problem. |
The problem has been fixed by #22169, we can proceed with reviewing this pr. @lhotari @heesung-sn |
I don't see this change in this cherry-pick PR. @thetumbled can you check again? |
Sorry for missing it. PTAL, thanks. |
Thank you @thetumbled for this PR. I ended up using your merge conflict resolution into this commit: 4489d03 . |
Motivation
Exception is found in branch 3.0:
#22024 (comment)
Modifications
The root is that we do not cherry pick #21466 into branch 3.0, and the test code rely on this pr.
Moreover, the test code in #21466 is merged into branch 3.0 along with my pr #22024, so we do not need to cherry pick those test code in this pr.
Verifying this change
(Please pick either of the following options)
This change is already covered by existing tests, such as (please describe tests).
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: thetumbled#43