-
Notifications
You must be signed in to change notification settings - Fork 8.9k
optimize: fail fast, when all server channel not available #7023
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
Conversation
funky-eyes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Error: /home/runner/work/incubator-seata/incubator-seata/server/src/main/java/org/apache/seata/server/controller/VGroupMappingController.java:21:8: Unused import - org.apache.seata.common.util.StringUtils. [UnusedImports] |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7023 +/- ##
============================================
- Coverage 52.63% 52.62% -0.01%
+ Complexity 6595 6592 -3
============================================
Files 1126 1126
Lines 40007 40004 -3
Branches 4696 4694 -2
============================================
- Hits 21058 21053 -5
+ Misses 16944 16943 -1
- Partials 2005 2008 +3
|
Ⅰ. Describe what this PR did
optimize: fail fast, when all server channel not available
Ⅱ. 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