-
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
[fix][txn] Correct the prompt message #17009
Conversation
...src/main/java/org/apache/pulsar/broker/transaction/pendingack/impl/PendingAckHandleImpl.java
Show resolved
Hide resolved
@thetumbled Please provide a correct documentation label for your PR. |
@thetumbled Please provide a correct documentation label for your PR. |
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.
LGTM
/pulsarbot run-failure-checks |
The pr had no activity for 30 days, mark with Stale label. |
@thetumbled Please add the following content to your PR description and select a checkbox:
|
Codecov Report
@@ Coverage Diff @@
## master #17009 +/- ##
============================================
- Coverage 49.85% 47.08% -2.77%
- Complexity 8658 10576 +1918
============================================
Files 500 709 +209
Lines 54930 69423 +14493
Branches 5867 7448 +1581
============================================
+ Hits 27386 32689 +5303
- Misses 24464 33042 +8578
- Partials 3080 3692 +612
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@thetumbled hi, I move this PR to release/2.9.5, if you have any questions, please ping me. thanks. |
Changes have been approved by reviewers. could you merge it? thanks. |
The pr had no activity for 30 days, mark with Stale label. |
/pulsarbot run-failure-checks |
@thetumbled hi, could you please merge the |
done. |
Co-authored-by: fengwenzhi <fengwenzhi.max@bigo.sg> (cherry picked from commit 41edd2e)
Co-authored-by: fengwenzhi <fengwenzhi.max@bigo.sg>
Co-authored-by: fengwenzhi <fengwenzhi.max@bigo.sg> (cherry picked from commit 41edd2e)
Co-authored-by: fengwenzhi <fengwenzhi.max@bigo.sg> (cherry picked from commit 41edd2e)
Motivation
the prompt message is wrong.
Modifications
change the prompted message.