mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
parent
b3f4c6c25c
commit
6f647b0f08
@ -186,7 +186,7 @@ func (t *timetickSync) updateTimeTick(in *internalpb.ChannelTimeTickMsg, reason
|
||||
}
|
||||
|
||||
if in.Base.SourceID == t.sourceID {
|
||||
if prev != nil && in.DefaultTimestamp <= prev.defaultTs {
|
||||
if prev != nil && in.DefaultTimestamp < prev.defaultTs {
|
||||
log.Warn("timestamp go back", zap.Int64("source id", in.Base.SourceID),
|
||||
zap.Uint64("curr ts", in.DefaultTimestamp),
|
||||
zap.Uint64("prev ts", prev.defaultTs),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user