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: ApplicationKeeper ShutdownHook signal invalid. #2543

Merged
merged 13 commits into from
Apr 23, 2020

Conversation

qq925716471
Copy link
Contributor

change method keep use Condition.await

Ⅰ. Describe what this PR did

change method keep use Condition.await

Ⅱ. Does this pull request fix one issue?

fixes #2542

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

change method keep use Condition.await
@codecov-io
Copy link

codecov-io commented Apr 13, 2020

Codecov Report

Merging #2543 into develop will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #2543      +/-   ##
=============================================
- Coverage      51.18%   51.17%   -0.02%     
+ Complexity      2807     2804       -3     
=============================================
  Files            554      554              
  Lines          17776    17776              
  Branches        2101     2101              
=============================================
- Hits            9099     9097       -2     
  Misses          7819     7819              
- Partials         858      860       +2     
Impacted Files Coverage Δ Complexity Δ
...o/seata/server/coordinator/DefaultCoordinator.java 54.63% <0.00%> (-0.52%) 28.00% <0.00%> (-2.00%)
...in/java/io/seata/server/session/GlobalSession.java 83.71% <0.00%> (-0.46%) 71.00% <0.00%> (-1.00%)

@zjinlei zjinlei added the first-time contributor first-time contributor label Apr 13, 2020
@slievrly slievrly added this to the 1.2.0 milestone Apr 14, 2020
@slievrly
Copy link
Member

the rest LGTM.

@slievrly slievrly added the status: waiting-for-feedback Waiting for feedback label Apr 15, 2020
@slievrly slievrly modified the milestones: 1.2.0, 1.3.0 Apr 15, 2020
@jsbxyyx jsbxyyx changed the title bugfix:#2542 bugfix: ApplicationKeeper ShutdownHook signal invalid. Apr 15, 2020
Copy link
Member

@jsbxyyx jsbxyyx 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
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.

@l81893521 l81893521 removed the status: waiting-for-feedback Waiting for feedback label Apr 21, 2020
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

@l81893521 l81893521 merged commit c81614b into apache:develop Apr 23, 2020
xiaowan pushed a commit to xiaowan/seata that referenced this pull request Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-time contributor first-time contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApplicationKeeper ShutdownHook signal无效
7 participants