Fix probe fail and exit while probe fail#237
Fix probe fail and exit while probe fail#237jaime0815 wants to merge 1 commit intomilvus-io:mainfrom
Conversation
Signed-off-by: jaime <yun.zhang@zilliz.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jaime0815 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| if errCount != 0 { | ||
| fmt.Printf("probe failed, hit %d errors", errCount) | ||
| os.Exit(-1) | ||
| } |
There was a problem hiding this comment.
This may cause birdwatcher quit in normal mode quit
maybe we shall add a paramter for error handling here?
|
@jaime0815 Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
No description provided.