Skip to content

Commit

Permalink
enhance: [2.4] Fill version for load delta request (#38212) (#38228)
Browse files Browse the repository at this point in the history
Cherry-pick from master
pr: #38212
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 bd08b3b commit f888267
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 @@ -176,6 +176,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 f888267

Please sign in to comment.