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 rm client receive response logic. #2887

Merged
merged 7 commits into from
Jul 14, 2020

Conversation

objcoding
Copy link
Contributor

Ⅰ. Describe what this PR did

The previous logic client side did not have onResponse logic. The TransactionMessageHandler interface has an implementation class AbstractRMHandler. The onRequest method is specifically used to handle rm’s commit, rollback, and deleteUndoLog. After putting these logics in the processor, commit, rollback, and deleteUndoLog are all independent. The respective processor, the logic of onResponse is placed in ClientOnResponseProcessor, so the relevant logic of the client response is placed here, unified and centralized processing

Ⅱ. 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-commenter
Copy link

codecov-commenter commented Jul 14, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #2887   +/-   ##
==========================================
  Coverage      50.09%   50.09%           
+ Complexity      3019     3017    -2     
==========================================
  Files            597      597           
  Lines          19292    19292           
  Branches        2346     2347    +1     
==========================================
  Hits            9665     9665           
  Misses          8660     8660           
  Partials         967      967           

@slievrly
Copy link
Member

image

Copy link
Member

@slievrly slievrly 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

@l81893521 l81893521 left a comment

Choose a reason for hiding this comment

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

LGTM

@objcoding objcoding changed the title bugfix: fix client onResponse method logic. bugfix: fix rm client receive response logic. Jul 14, 2020
@slievrly slievrly merged commit d958997 into apache:develop Jul 14, 2020
@wangliang181230 wangliang181230 added this to the 1.3.0 milestone Oct 19, 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
Development

Successfully merging this pull request may close these issues.

None yet

5 participants