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

bugfix:the defaultServerMessageListener not init issue #723

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

CoffeeLatte007
Copy link
Contributor

Ⅰ. Describe what this PR did

#722.
In the onTrxMessage method, each message is added to the queue. But the runnable, which does not start the consumption queue, results in OOM.

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-io
Copy link

codecov-io commented Apr 3, 2019

Codecov Report

Merging #723 into develop will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #723      +/-   ##
=============================================
- Coverage      32.75%   32.74%   -0.01%     
  Complexity       924      924              
=============================================
  Files            229      229              
  Lines           8937     8938       +1     
  Branches        1088     1088              
=============================================
  Hits            2927     2927              
- Misses          5662     5663       +1     
  Partials         348      348
Impacted Files Coverage Δ Complexity Δ
...a/com/alibaba/fescar/core/rpc/netty/RpcServer.java 0% <0%> (ø) 0 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89cbd56...25583b2. Read the comment docs.

Copy link
Contributor

@zhangthen zhangthen left a comment

Choose a reason for hiding this comment

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

Well done.

@xingfudeshi xingfudeshi self-requested a review April 4, 2019 08:55
Copy link
Member

@xingfudeshi xingfudeshi left a comment

Choose a reason for hiding this comment

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

LGTM

@xingfudeshi xingfudeshi changed the title bugfix #772:the defaultServerMessageListener not init issue bugfix:the defaultServerMessageListener not init issue Apr 4, 2019
@xingfudeshi xingfudeshi merged commit 2308ae4 into apache:develop Apr 4, 2019
@wangliang181230 wangliang181230 added this to the 0.4.* milestone Aug 9, 2021
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.

None yet

5 participants