-
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: optimize some cache to reduce memory usage #33534
Conversation
@zhagnlu E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #33534 +/- ##
==========================================
+ Coverage 81.94% 82.02% +0.07%
==========================================
Files 1014 1006 -8
Lines 130109 130290 +181
==========================================
+ Hits 106624 106870 +246
+ Misses 19499 19437 -62
+ Partials 3986 3983 -3
|
/run-cpu-e2e |
@zhagnlu E2e jenkins job failed, comment |
/run-cpu-e2e |
@zhagnlu E2e jenkins job failed, comment |
1 similar comment
@zhagnlu E2e jenkins job failed, comment |
/run-cpu-e2e |
@zhagnlu E2e jenkins job failed, comment |
Signed-off-by: luzhang <[email protected]>
/lgtm |
rerun ut |
/l g t m |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xiaofan-luan, zhagnlu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -285,13 +286,13 @@ class OffsetOrderedArray : public OffsetMap { | |||
|
|||
private: | |||
bool is_sealed = false; | |||
std::vector<std::pair<T, int64_t>> array_; | |||
std::vector<std::pair<T, int32_t>> array_; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
pr: #33534 pr: #33599 Signed-off-by: luzhang <[email protected]> Co-authored-by: luzhang <[email protected]>
milvus-io#33533 Signed-off-by: luzhang <[email protected]> Co-authored-by: luzhang <[email protected]>
#33533