-
Notifications
You must be signed in to change notification settings - Fork 168
[#363] refactor(server): Make the coordinator client managed by CoordinatorClientFactory singleton #1377
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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1377 +/- ##
============================================
+ Coverage 53.24% 54.10% +0.86%
- Complexity 2716 2719 +3
============================================
Files 419 399 -20
Lines 23961 21633 -2328
Branches 2043 2050 +7
============================================
- Hits 12757 11705 -1052
+ Misses 10418 9209 -1209
+ Partials 786 719 -67 ☔ View full report in Codecov by Sentry. |
zuston
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. Thanks @lifeSo for your contribution
… by CoordinatorClientFactory singleton (apache#1377) ### What changes were proposed in this pull request? Make the coordinator client managed by CoordinatorClientFactory singleton ### Why are the changes needed? Fix: apache#363 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? unit test .
What changes were proposed in this pull request?
Make the coordinator client managed by CoordinatorClientFactory singleton
Why are the changes needed?
Fix: #363
Does this PR introduce any user-facing change?
No.
How was this patch tested?
unit test .