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 #6792] Fix the bug that send method blocked on log.warn for a long time #6793

Merged
merged 2 commits into from
May 23, 2023

Conversation

DL1231
Copy link
Contributor

@DL1231 DL1231 commented May 22, 2023

…long time

Which Issue(s) This PR Fixes

Fixes #6792

Brief Description

Change the log level to debug.

How Did You Test This Change?

  1. Start a producer
  2. Produce message synchronously with a relatively large message body

Copy link
Member

@mxsm mxsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

@codecov-commenter
Copy link

codecov-commenter commented May 23, 2023

Codecov Report

Merging #6793 (2b42573) into develop (016b031) will increase coverage by 0.03%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             develop    #6793      +/-   ##
=============================================
+ Coverage      42.87%   42.91%   +0.03%     
- Complexity      8980     8981       +1     
=============================================
  Files           1104     1104              
  Lines          78376    78380       +4     
  Branches       10203    10207       +4     
=============================================
+ Hits           33604    33634      +30     
+ Misses         40551    40530      -21     
+ Partials        4221     4216       -5     
Impacted Files Coverage Δ
...mq/client/impl/producer/DefaultMQProducerImpl.java 45.62% <0.00%> (-0.23%) ⬇️

... and 20 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@RongtongJin RongtongJin merged commit 3dcba4b into apache:develop May 23, 2023
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] The "send" method blocked on log.warn for a long time
6 participants