mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
3b4e5ac297
commit
ebf7455e54
@ -170,7 +170,7 @@ func (b *baseReadTask) Ready() (bool, error) {
|
||||
if guaranteeTs > serviceTime {
|
||||
lag := gt.Sub(st)
|
||||
maxLag := Params.QueryNodeCfg.MaxTimestampLag
|
||||
if lag > maxLag {
|
||||
if serviceTime != 0 && lag > maxLag {
|
||||
log.Warn("guarantee and servicable ts larger than MaxLag",
|
||||
zap.Time("guaranteeTime", gt),
|
||||
zap.Time("serviceableTime", st),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user