Skip to content
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

[ISSUE #8168] fix: There's no need to retry when async produce already timeout #8169

Merged
merged 1 commit into from
May 24, 2024

Conversation

humkum
Copy link
Contributor

@humkum humkum commented May 20, 2024

Which Issue(s) This PR Fixes

Fixes #8168

@codecov-commenter
Copy link

codecov-commenter commented May 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 42.87%. Comparing base (0ad0244) to head (0468a09).
Report is 160 commits behind head on develop.

Files with missing lines Patch % Lines
...g/apache/rocketmq/client/impl/MQClientAPIImpl.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8169      +/-   ##
=============================================
- Coverage      42.94%   42.87%   -0.08%     
+ Complexity     10376    10365      -11     
=============================================
  Files           1270     1270              
  Lines          88696    88697       +1     
  Branches       11402    11403       +1     
=============================================
- Hits           38090    38025      -65     
- Misses         45906    45967      +61     
- Partials        4700     4705       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@humkum humkum force-pushed the optimize-async-retry branch 2 times, most recently from f44fb10 to 9d1d461 Compare May 21, 2024 03:39
@humkum humkum requested a review from RongtongJin May 21, 2024 03:58
RongtongJin
RongtongJin previously approved these changes May 21, 2024
@RongtongJin
Copy link
Contributor

PTAL~@guyinyou

@guyinyou
Copy link
Contributor

lgtm

@lizhimins lizhimins changed the title [ISSUE #8168]fix: There's no need to retry when async produce already timeout [ISSUE #8168] fix: There's no need to retry when async produce already timeout May 24, 2024
@lizhimins lizhimins merged commit 9c8fdb7 into apache:develop May 24, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Produce async no need retry when the request is already timeout.
7 participants