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: resolve deadlock problems during project construction #4107

Merged
merged 2 commits into from
Nov 1, 2021

Conversation

lvekee
Copy link
Contributor

@lvekee lvekee commented Nov 1, 2021

Ⅰ. Describe what this PR did

resolve deadlock problems during project construction

fixed #3767

@codecov-commenter
Copy link

codecov-commenter commented Nov 1, 2021

Codecov Report

Merging #4107 (2f4da24) into develop (0e6618c) will increase coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #4107      +/-   ##
=============================================
+ Coverage      49.41%   49.42%   +0.01%     
  Complexity      3751     3751              
=============================================
  Files            700      700              
  Lines          23613    23608       -5     
  Branches        2914     2913       -1     
=============================================
  Hits           11669    11669              
+ Misses         10751    10746       -5     
  Partials        1193     1193              
Impacted Files Coverage Δ
...a/io/seata/discovery/registry/RegistryFactory.java 0.00% <0.00%> (ø)

Copy link
Contributor

@caohdgege caohdgege left a comment

Choose a reason for hiding this comment

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

LGTM, plz modify the md

Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

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

LGTM

@funky-eyes funky-eyes added this to the 1.5.0 milestone Nov 1, 2021
@funky-eyes funky-eyes added module/registry registry module type: bug Category issues or prs related to bug. labels Nov 1, 2021
@funky-eyes funky-eyes merged commit 5f03ee7 into apache:develop Nov 1, 2021
@funky-eyes funky-eyes mentioned this pull request Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/registry registry module type: bug Category issues or prs related to bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.4.2 springboot 启动过程中 'main' 和 'timeoutChecker' 线程的死锁重现了
4 participants