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 directory confusion between indexnode and querynode #38628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zhagnlu
Copy link
Contributor

@zhagnlu zhagnlu commented Dec 20, 2024

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: zhagnlu
To complete the pull request process, please assign wxyucs after the PR has been reviewed.
You can assign the PR to them by writing /assign @wxyucs in a comment when ready.

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

@sre-ci-robot sre-ci-robot added the size/L Denotes a PR that changes 100-499 lines. label Dec 20, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Dec 20, 2024
@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch 4 times, most recently from 55656c5 to 2f9bca9 Compare December 20, 2024 09:55
Copy link
Contributor

mergify bot commented Dec 20, 2024

@zhagnlu cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

Copy link
Contributor

mergify bot commented Dec 20, 2024

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Dec 20, 2024

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

Copy link
Contributor

mergify bot commented Dec 23, 2024

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from 2f9bca9 to ac55af4 Compare December 25, 2024 12:30
Copy link
Contributor

mergify bot commented Dec 25, 2024

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Dec 25, 2024

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

Copy link

codecov bot commented Dec 25, 2024

Codecov Report

Attention: Patch coverage is 69.56522% with 7 lines in your changes missing coverage. Please review.

Project coverage is 82.95%. Comparing base (84f8047) to head (bb3db96).
Report is 10 commits behind head on master.

Current head bb3db96 differs from pull request most recent head 36e62d4

Please upload reports for the commit 36e62d4 to get more accurate results.

Files with missing lines Patch % Lines
internal/querynodev2/server.go 50.00% 4 Missing and 1 partial ⚠️
internal/indexnode/task_index.go 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #38628       +/-   ##
===========================================
+ Coverage   69.53%   82.95%   +13.41%     
===========================================
  Files         296     1093      +797     
  Lines       26604   169956   +143352     
===========================================
+ Hits        18499   140979   +122480     
- Misses       8105    23380    +15275     
- Partials        0     5597     +5597     
Components Coverage Δ
Client 79.53% <ø> (∅)
Core ∅ <ø> (∅)
Go 83.08% <69.56%> (∅)
Files with missing lines Coverage Δ
internal/indexnode/indexnode.go 78.47% <100.00%> (ø)
internal/querynodev2/segments/segment.go 65.19% <100.00%> (ø)
internal/querynodev2/segments/segment_loader.go 72.91% <100.00%> (ø)
internal/util/initcore/init_core.go 87.03% <100.00%> (ø)
internal/indexnode/task_index.go 70.07% <0.00%> (ø)
internal/querynodev2/server.go 77.86% <50.00%> (ø)

... and 1383 files with indirect coverage changes

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from ac55af4 to b314cb5 Compare December 26, 2024 00:21
Copy link
Contributor

mergify bot commented Dec 26, 2024

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Dec 26, 2024

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

Copy link
Contributor

mergify bot commented Dec 26, 2024

@zhagnlu cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from b314cb5 to 0cc92ed Compare January 6, 2025 09:46
Copy link
Contributor

mergify bot commented Jan 6, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 6, 2025

@zhagnlu cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 6, 2025

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

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from 0cc92ed to a310d1a Compare January 6, 2025 11:35
Copy link
Contributor

mergify bot commented Jan 6, 2025

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

Copy link
Contributor

mergify bot commented Jan 6, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from a310d1a to 5670bae Compare January 6, 2025 13:21
Copy link
Contributor

mergify bot commented Jan 6, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 6, 2025

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

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from 5670bae to 46c7330 Compare January 7, 2025 02:15
Copy link
Contributor

mergify bot commented Jan 7, 2025

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

Copy link
Contributor

mergify bot commented Jan 7, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from 46c7330 to 33a9124 Compare January 7, 2025 03:49
Copy link
Contributor

mergify bot commented Jan 7, 2025

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

Copy link
Contributor

mergify bot commented Jan 7, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from 33a9124 to 76a3606 Compare January 7, 2025 06:39
Copy link
Contributor

mergify bot commented Jan 7, 2025

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

Copy link
Contributor

mergify bot commented Jan 7, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from 76a3606 to fcb5d6a Compare January 7, 2025 09:56
Copy link
Contributor

mergify bot commented Jan 7, 2025

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

Copy link
Contributor

mergify bot commented Jan 7, 2025

@zhagnlu cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 7, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch 2 times, most recently from 6a47a19 to bb3db96 Compare January 7, 2025 11:45
Copy link
Contributor

mergify bot commented Jan 7, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 7, 2025

@zhagnlu cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 7, 2025

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

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from bb3db96 to 964b386 Compare January 8, 2025 08:51
Copy link
Contributor

mergify bot commented Jan 8, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

@zhagnlu zhagnlu force-pushed the fix_local_chunk_manager branch from 964b386 to 36e62d4 Compare January 8, 2025 09:43
Copy link
Contributor

mergify bot commented Jan 8, 2025

@zhagnlu go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 8, 2025

@zhagnlu cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

Copy link
Contributor

mergify bot commented Jan 8, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dco-passed DCO check passed. kind/bug Issues or changes related a bug size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants