[cherry-pick] [branch-3.0] Fix getting last message ID when there are ongoing transactions#22130
[cherry-pick] [branch-3.0] Fix getting last message ID when there are ongoing transactions#22130thetumbled wants to merge 3 commits intoapache:branch-3.0from
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 |
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
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: thetumbled#43