[skip e2e] Modify code comments according to the naming conventions (#15173)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/15497/head
guoxiangzhou 2022-02-09 10:19:56 +08:00 committed by GitHub
parent a157487f8c
commit f43d96b58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ func (c *Core) SetDataCoord(ctx context.Context, s types.DataCoord) error {
retErr = fmt.Errorf("get bin log file paths panic, msg = %v", err)
}
}()
<-initCh //wait connect to data coord
<-initCh //wait connect to DataCoord
ts, err := c.TSOAllocator(1)
if err != nil {
return nil, err