[skip ci] Typo (#10992)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/10995/head
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
1 changed files with 1 additions and 1 deletions

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))