(Go: >> BACK << -|- >> HOME <<)

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: fix channelHandler not sharable #2258

Merged
merged 4 commits into from
Feb 17, 2020
Merged

bugfix: fix channelHandler not sharable #2258

merged 4 commits into from
Feb 17, 2020

Conversation

slievrly
Copy link
Member
@slievrly slievrly commented Feb 17, 2020

Signed-off-by: slievrly slievrly@163.com

Ⅰ. Describe what this PR did

bugfix: fix channelHandler not sharable

such as the reconnect scene

Ⅱ. Does this pull request fix one issue?

fix #2256

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Signed-off-by: slievrly <slievrly@163.com>
@codecov-io
Copy link
codecov-io commented Feb 17, 2020

Codecov Report

Merging #2258 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #2258   +/-   ##
==========================================
  Coverage      50.11%   50.11%           
  Complexity      2662     2662           
==========================================
  Files            518      518           
  Lines          17030    17030           
  Branches        2061     2061           
==========================================
  Hits            8534     8534           
  Misses          7689     7689           
  Partials         807      807

Copy link
Contributor
@objcoding objcoding left a comment

Choose a reason for hiding this comment

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

LGTM.

@chengzubin
Copy link

io.seata.core.rpc.netty.AbstractRpcRemotingClient$ClientHandler is not a @sharable handler, so can't be added or removed multiple times.
已验证不报如上错误

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.

Copy link
Contributor
@zjinlei zjinlei left a comment

Choose a reason for hiding this comment

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

LGTM

@zjinlei zjinlei merged commit ca9a1c2 into apache:develop Feb 17, 2020
@slievrly slievrly added this to the 1.1.0 milestone Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants