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: stats log lost after disable stats log loading on flush #36592

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

chyezh
Copy link
Contributor

@chyezh chyezh commented Sep 29, 2024

issue: #36555

@sre-ci-robot sre-ci-robot added the size/M Denotes a PR that changes 30-99 lines. label Sep 29, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Sep 29, 2024
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 73.40%. Comparing base (a6545b2) to head (a55086f).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
internal/flushcommon/pipeline/data_sync_service.go 40.00% 3 Missing and 3 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #36592      +/-   ##
==========================================
- Coverage   82.32%   73.40%   -8.93%     
==========================================
  Files        1281     1281              
  Lines      151551   151545       -6     
==========================================
- Hits       124760   111235   -13525     
- Misses      21763    35292   +13529     
+ Partials     5028     5018      -10     
Files with missing lines Coverage Δ
internal/flushcommon/pipeline/data_sync_service.go 77.27% <40.00%> (+1.78%) ⬆️

... and 241 files with indirect coverage changes

@mergify mergify bot added the ci-passed label Sep 29, 2024
@bigsheeper
Copy link
Contributor

/lgtm

@czs007
Copy link
Collaborator

czs007 commented Sep 29, 2024

/approve
/lgtm

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chyezh, czs007

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 a47abb2 into milvus-io:master Sep 29, 2024
14 of 16 checks passed
@chyezh chyezh deleted the fix_stats_log_lost branch September 29, 2024 08:55
sre-ci-robot pushed a commit that referenced this pull request Oct 22, 2024
Remove bf from datanode:
1. When watching vchannels, skip loading **flushed** segments's bf. For
generating merged bf, we need to keep loading **growing** segments's bf.
2. Bypass bloom filter checks for delete messages, directly writing to
L0 segments.
3. In version 2.4, when dropping a partition, marking segments as
dropped depends on having the full segment list in the DataNode. So, we
need to keep syncing the segments every 10 minutes.

issue: #34585

pr: #35902,
#36367,
#36592

---------

Signed-off-by: bigsheeper <[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/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants