-
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
[Bug]: Test 10000 collections and 1000 partitions #37630
Labels
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Comments
bigsheeper
added
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Nov 13, 2024
This was referenced Nov 13, 2024
Closed
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Nov 18, 2024
Related to milvus-io#37630 Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 19, 2024
Related to #37630 --------- Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Nov 19, 2024
Related to milvus-io#37630 Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Nov 19, 2024
…us-io#37777) Related to milvus-io#37630 --------- Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 20, 2024
Related to #37630 Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Nov 20, 2024
) Related to milvus-io#37630 Signed-off-by: Congqi Xia <[email protected]>
This was referenced Nov 20, 2024
Merged
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 20, 2024
#37833) Cherry-pick from master pr: #37797 Related to #37630 Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 21, 2024
#37777) (#37802) Cherry-pick from master pr: #37777 Related to #37630 --------- Signed-off-by: Congqi Xia <[email protected]>
This was referenced Nov 21, 2024
czs007
pushed a commit
that referenced
this issue
Nov 21, 2024
1. Use vchannel and partition indices for segments. 2. Replace coarse-grained mutex with concurrent map. issue: #37633, #37630 pr: #37836 Signed-off-by: bigsheeper <[email protected]>
czs007
pushed a commit
that referenced
this issue
Nov 21, 2024
Remove unnecessary ListIndex and DescribeCollection RPC call during loading. issue: #37166, #37630 pr: #37741 Signed-off-by: bigsheeper <[email protected]>
This was referenced Dec 26, 2024
czs007
pushed a commit
that referenced
this issue
Dec 27, 2024
RootCoord meta uses copy-on-write, allowing the removal of unnecessary copies. issue: #37630 pr: #38799 Signed-off-by: bigsheeper <[email protected]>
This was referenced Dec 27, 2024
czs007
pushed a commit
that referenced
this issue
Dec 27, 2024
Skip estimation index memory logic for segments without index file. issue: #37630 pr: #38813 Signed-off-by: bigsheeper <[email protected]>
This was referenced Dec 27, 2024
czs007
pushed a commit
that referenced
this issue
Dec 27, 2024
issue: #37630 pr: #38827 Signed-off-by: bigsheeper <[email protected]>
This was referenced Jan 1, 2025
czs007
pushed a commit
that referenced
this issue
Jan 2, 2025
issue: #37630 Signed-off-by: bigsheeper <[email protected]>
czs007
pushed a commit
that referenced
this issue
Jan 3, 2025
issue: #38970, #37630 cause the stopping balance channel still use the row_count_based policy, which may causes channel unbalance in multi-collection case. This PR impl a score based stopping balance channel policy. pr: #38971 Signed-off-by: bigsheeper <[email protected]> Co-authored-by: Wei Liu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Environment
Enhancements and Fixes
Mutex & Metadata
RPC & CPU
Memory
Recovery
Balance
Test 1
Test 1
Date: 2024.11.11
Version: 2.4 5c166a2
The main issue: loading is becoming increasingly slower.
Heap:
Profile:
Goroutine:
The text was updated successfully, but these errors were encountered: