[skip ci] Typo (#10992)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-11-01 15:49:55 +08:00 committed by GitHub
parent a6160bc79e
commit 598df45094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ func (pt *ParamTable) initServerMaxRecvSize() {
}
value, err := strconv.Atoi(valueStr)
if err != nil { // not in valid format
if err != nil { // invalid format
log.Warn("Failed to parse dataNode.grpc.serverMaxRecvSize, set to default",
zap.String("dataNode.grpc.serverMaxRecvSize", valueStr),
zap.Error(err))