-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: remove the rpc layer of coordinator when enabling standalone or mixcoord #37815
enhance: remove the rpc layer of coordinator when enabling standalone or mixcoord #37815
Conversation
@chyezh E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #37815 +/- ##
========================================
Coverage 81.02% 81.03%
========================================
Files 1357 1360 +3
Lines 190195 190664 +469
========================================
+ Hits 154113 154501 +388
- Misses 30601 30671 +70
- Partials 5481 5492 +11
|
d10f396
to
cec8f21
Compare
@chyezh go-sdk check failed, comment |
a7daaae
to
7cb3836
Compare
@chyezh E2e jenkins job failed, comment |
b13e4d3
to
44831eb
Compare
… or mixcoord Signed-off-by: chyezh <[email protected]>
44831eb
to
e495cbf
Compare
@chyezh go-sdk check failed, comment |
rerun go-sdk |
Signed-off-by: chyezh <[email protected]>
4584c90
to
d9b81d4
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: chyezh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
… or mixcoord (#37959) issue: #37764 pr: #37815 - add a local client to call local server directly for querycoord/rootcoord/datacoord. - enable local client if milvus is running mixcoord or standalone mode. --------- Signed-off-by: chyezh <[email protected]>
… or mixcoord (milvus-io#37815) issue: milvus-io#37764 - add a local client to call local server directly for querycoord/rootcoord/datacoord. - enable local client if milvus is running mixcoord or standalone mode. --------- Signed-off-by: chyezh <[email protected]>
… or mixcoord (#38246) issue: #33285 pr: #37815 - remove the rpc layer of coordinator when enabling standalone or mixcoord - move health check into init --------- Signed-off-by: chyezh <[email protected]>
… or mixcoord (#38207) issue: #37764 pr: #37815 also see: #38259 - add a local client to call local server directly for querycoord/rootcoord/datacoord. - enable local client if milvus is running mixcoord or standalone mode. - after removing rpc layer from mixcoord, the querycoord at standby mode will be blocked forever of deployment rolling --------- Signed-off-by: chyezh <[email protected]>
issue: #37764