mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Grammar correction (#14416)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
parent
0759538855
commit
7ff9ed33ad
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user