Skip to content

Commit

Permalink
enhance: Fill version for load delta request (#38212)
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 <[email protected]>
  • Loading branch information
congqixia authored Dec 5, 2024
1 parent 6d0a4fd commit 3c6a373
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 3c6a373

Please sign in to comment.