enhance: add restful api to trigger component stop (#32076)#33798
enhance: add restful api to trigger component stop (#32076)#33798sre-ci-robot merged 1 commit intomilvus-io:2.3from
Conversation
|
@weiliu1031 E2e jenkins job failed, comment |
|
@weiliu1031 ut workflow job failed, comment |
|
rerun ut |
|
/run-cpu-e2e |
|
@weiliu1031 E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.3 #33798 +/- ##
==========================================
- Coverage 83.09% 83.08% -0.02%
==========================================
Files 851 851
Lines 106729 106770 +41
==========================================
+ Hits 88690 88708 +18
- Misses 14737 14759 +22
- Partials 3302 3303 +1
|
issue: milvus-io#32698 This PR add two rest api for component stop and status check: 1. `/management/stop?role=querynode` can stop the specified component 2. `/management/check/ready?role=rootcoord` can check whether the target component is serviceable --------- Signed-off-by: Wei Liu <wei.liu@zilliz.com>
31ffc12 to
861209b
Compare
|
@weiliu1031 E2e jenkins job failed, comment |
|
/run-cpu-e2e |
|
@weiliu1031 E2e jenkins job failed, comment |
|
/run-cpu-e2e |
|
@weiliu1031 E2e jenkins job failed, comment |
3 similar comments
|
@weiliu1031 E2e jenkins job failed, comment |
|
@weiliu1031 E2e jenkins job failed, comment |
|
@weiliu1031 E2e jenkins job failed, comment |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, weiliu1031 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
issue: #32698
pr: #32076
This PR add two rest api for component stop and status check:
/management/stop?role=querynodecan stop the specified component/management/check/ready?role=rootcoordcan check whether the target component is serviceable