[skip e2e] Grammar correction (#14416)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
cxytz01 2021-12-28 19:21:18 +08:00 committed by GitHub
parent 0759538855
commit 7ff9ed33ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ func (ms *metaSnapshot) loadTs() error {
strTs := string(resp.Kvs[0].Value)
if strTs == "0" {
//#issue 7150, index building inserted "0", skipping
//this is a special fix for backward compatibility, previous version will put 0 ts into snapshot building index
//this is a special fix for backward compatibility, the previous version will put 0 ts into the snapshot building index
continue
}
curTs, err := strconv.ParseUint(strTs, 10, 64)