mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix insertion miss
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
5e429b2a94
commit
a84bafd1fb
@ -42,11 +42,7 @@ type MessageClient struct {
|
||||
}
|
||||
|
||||
func (mc *MessageClient) GetTimeNow() uint64 {
|
||||
msg, ok := <-mc.timeSyncCfg.TimeSync()
|
||||
if !ok {
|
||||
fmt.Println("cnn't get data from timesync chan")
|
||||
}
|
||||
return msg.Timestamp
|
||||
return mc.timestampBatchEnd
|
||||
}
|
||||
|
||||
func (mc *MessageClient) TimeSyncStart() uint64 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user