mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Normalize DataCoord in error string (#13557)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
081e1a6b06
commit
016514bee6
@ -33,7 +33,7 @@ var errNilStatusResponse = errors.New("response has nil status")
|
||||
var errUnknownResponseType = errors.New("unknown response type")
|
||||
|
||||
func msgDataCoordIsUnhealthy(coordID UniqueID) string {
|
||||
return fmt.Sprintf("data coord %d is not ready", coordID)
|
||||
return fmt.Sprintf("DataCoord %d is not ready", coordID)
|
||||
}
|
||||
|
||||
func errDataCoordIsUnhealthy(coordID UniqueID) error {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user