mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Normalize DataNode term in errors.go (#13688)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
71c595e696
commit
d4afc812d1
@ -22,7 +22,7 @@ import (
|
||||
)
|
||||
|
||||
func msgDataNodeIsUnhealthy(nodeID UniqueID) string {
|
||||
return fmt.Sprintf("data node %d is not ready", nodeID)
|
||||
return fmt.Sprintf("DataNode %d is not ready", nodeID)
|
||||
}
|
||||
|
||||
func errDataNodeIsUnhealthy(nodeID UniqueID) error {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user