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

optimize: support the default timeout for zookeeper register #2591

Merged
merged 6 commits into from
Apr 24, 2020

Conversation

funky-eyes
Copy link
Contributor

@funky-eyes funky-eyes commented Apr 22, 2020

Ⅰ. Describe what this PR did

increases the default timeout for zookeeper register

Ⅱ. Does this pull request fix one issue?

fix #2590

Ⅲ. 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 22, 2020

Codecov Report

Merging #2591 into develop will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #2591      +/-   ##
=============================================
- Coverage      51.18%   51.17%   -0.02%     
+ Complexity      2806     2804       -2     
=============================================
  Files            554      554              
  Lines          17772    17772              
  Branches        2099     2099              
=============================================
- Hits            9096     9094       -2     
  Misses          7819     7819              
- Partials         857      859       +2     
Impacted Files Coverage Δ Complexity Δ
...very/registry/zk/ZookeeperRegisterServiceImpl.java 60.93% <100.00%> (ø) 25.00 <0.00> (ø)
...o/seata/server/coordinator/DefaultCoordinator.java 54.63% <0.00%> (-0.52%) 28.00% <0.00%> (-1.00%)
...in/java/io/seata/server/session/GlobalSession.java 83.71% <0.00%> (-0.46%) 71.00% <0.00%> (-1.00%)

@funky-eyes funky-eyes changed the title optimize: increases the default timeout for zookeeper register optimize: increase the default timeout for zookeeper register Apr 22, 2020
@funky-eyes funky-eyes changed the title optimize: increase the default timeout for zookeeper register optimize: add the default timeout for zookeeper register Apr 22, 2020
@funky-eyes funky-eyes changed the title optimize: add the default timeout for zookeeper register optimize: support the default timeout for zookeeper register Apr 22, 2020
@funky-eyes funky-eyes closed this Apr 22, 2020
@funky-eyes funky-eyes reopened this Apr 22, 2020
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
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

@funky-eyes funky-eyes closed this Apr 24, 2020
@funky-eyes funky-eyes reopened this Apr 24, 2020
@slievrly slievrly added this to the 1.3.0 milestone Apr 24, 2020
@slievrly slievrly merged commit 496aaa6 into apache:develop Apr 24, 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.1.0升级1.2.0 配置文件改动导致zk连接问题
4 participants