-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: Reduce GetRecoveryInfo calls #37863
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bigsheeper The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
@bigsheeper cpp-unit-test check failed, comment |
27557d2
to
bba3dae
Compare
Signed-off-by: bigsheeper <[email protected]>
bba3dae
to
1960dec
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #37863 +/- ##
==========================================
+ Coverage 80.91% 82.78% +1.87%
==========================================
Files 1375 1085 -290
Lines 193645 167770 -25875
==========================================
- Hits 156692 138892 -17800
+ Misses 31418 23349 -8069
+ Partials 5535 5529 -6
|
1. Introduce a data view mechanism for DataCoord, attempting to update each collection's data view periodically. 2. QueryCoord maintains a cache of data view versions. Before batch-fetching recovery info, it retrieves all versions and only fetches recovery info for collections with updated versions. 3. Return DataCoord's current data view when fetching RecoverInfo. issue: #37743, #37630 pr: #37863 Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
/unhold |
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
/run-cpu-e2e |
rerun go-sdk |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
@bigsheeper E2e jenkins job failed, comment |
@bigsheeper go-sdk check failed, comment |
/hold |
issue: #37743, #37630