-
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
fix: Add IP address validation from paramtable #37416
fix: Add IP address validation from paramtable #37416
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia 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 |
@congqixia E2e jenkins job failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37416 +/- ##
===========================================
+ Coverage 67.37% 81.05% +13.67%
===========================================
Files 290 1305 +1015
Lines 25378 183054 +157676
===========================================
+ Hits 17098 148368 +131270
- Misses 8280 29482 +21202
- Partials 0 5204 +5204
|
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
/hold |
@congqixia E2e jenkins job failed, comment |
142d82d
to
497e823
Compare
/unhold |
@congqixia go-sdk check failed, comment |
rerun go-sdk |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
See also milvus-io#37404 milvus-io#37402 IP address in paramtable need validation and fail fast with reasonable error message Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
497e823
to
18c5d93
Compare
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
/lgtm |
See also milvus-io#37404 milvus-io#37402 IP address in paramtable need validation and fail fast with reasonable error message --------- Signed-off-by: Congqi Xia <[email protected]>
Cherry-pick from master pr: #37416 See also #37404 #37402 IP address in paramtable need validation and fail fast with reasonable error message --------- Signed-off-by: Congqi Xia <[email protected]>
See also #37404 #37402
IP address in paramtable need validation and fail fast with reasonable error message