Skip to content
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

fix: fix chunk cache madvise when sparse raw data is mmaped #39145

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

zhengbuqian
Copy link
Collaborator

@zhengbuqian zhengbuqian commented Jan 10, 2025

instead of marking as not supported, ChunkedSparseFloatColumn::DataByteSize can simply use the impl of super class.

issue: #39158

@sre-ci-robot sre-ci-robot added the size/XS Denotes a PR that changes 0-9 lines. label Jan 10, 2025
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Jan 10, 2025
Copy link
Contributor

mergify bot commented Jan 10, 2025

@zhengbuqian Please associate the related issue to the body of your Pull Request. (eg. “issue: #”)

Copy link
Contributor

mergify bot commented Jan 10, 2025

@zhengbuqian E2e jenkins job failed, comment /run-cpu-e2e can trigger the job again.

@zhengbuqian
Copy link
Collaborator Author

/run-cpu-e2e

@zhengbuqian
Copy link
Collaborator Author

rerun go-unit-test

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.13%. Comparing base (461c376) to head (49afd16).
Report is 13 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #39145       +/-   ##
===========================================
+ Coverage   69.64%   81.13%   +11.49%     
===========================================
  Files         296     1395     +1099     
  Lines       26633   197296   +170663     
===========================================
+ Hits        18548   160077   +141529     
- Misses       8085    31585    +23500     
- Partials        0     5634     +5634     
Components Coverage Δ
Client 79.53% <ø> (∅)
Core 69.64% <ø> (+<0.01%) ⬆️
Go 83.06% <ø> (∅)
Files with missing lines Coverage Δ
internal/core/src/mmap/ChunkedColumn.h 53.54% <ø> (+0.83%) ⬆️

... and 1099 files with indirect coverage changes

@zhengbuqian
Copy link
Collaborator Author

issue: #39158

sre-ci-robot pushed a commit that referenced this pull request Jan 10, 2025
…9146)

instead of marking as not supported,
ChunkedSparseFloatColumn::DataByteSize can simply use the impl of super
class.
pr: #39145
issue: #39158

Signed-off-by: Buqian Zheng <[email protected]>
@mergify mergify bot added the ci-passed label Jan 10, 2025
@sunby
Copy link
Contributor

sunby commented Jan 13, 2025

/lgtm

Copy link
Contributor

@congqixia congqixia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia, zhengbuqian

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot merged commit 640a49f into milvus-io:master Jan 13, 2025
20 checks passed
@zhengbuqian zhengbuqian deleted the chunked-sparse branch January 13, 2025 02:35
gifi-siby pushed a commit to gifi-siby/milvus that referenced this pull request Jan 16, 2025
…o#39145)

instead of marking as not supported,
`ChunkedSparseFloatColumn::DataByteSize` can simply use the impl of
super class.

issue: milvus-io#39158

Signed-off-by: Buqian Zheng <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm size/XS Denotes a PR that changes 0-9 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants