Skip to content

Commit

Permalink
enhance: Fill version for load delta request
Browse files Browse the repository at this point in the history
Version is needed for load delta request in case of false alarm warning
about version go backward

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Dec 4, 2024
1 parent a65d395 commit c9e398f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/querynodev2/delegator/delta_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func (sd *shardDelegator) forwardL0RemoteLoad(ctx context.Context,
LoadScope: querypb.LoadScope_Delta,
Schema: req.GetSchema(),
IndexInfoList: req.GetIndexInfoList(),
Version: req.GetVersion(),
})
}

Expand Down

0 comments on commit c9e398f

Please sign in to comment.