-
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]: [benchmark][cluster] Show partition failed when drop partition in concurrent DQL & multi-partition scene #38372
Labels
kind/bug
Issues or changes related a bug
test/benchmark
benchmark test
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Comments
wangting0128
added
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
test/benchmark
benchmark test
labels
Dec 11, 2024
wangting0128
changed the title
[Bug]: [benchmark][cluster] Drop partition raises another partition not found in concurrent DQL & multi-partition scene
[Bug]: [benchmark][cluster] Show partition failed when drop partition in concurrent DQL & multi-partition scene
Dec 11, 2024
yanliang567
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Dec 11, 2024
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Dec 11, 2024
Related to milvus-io#38372 This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection. Signed-off-by: Congqi Xia <[email protected]>
The problem here was concurrent releasing & drop partition on same collection:
Drop Partition task tried to check partition loaded state while concurrent release partition make querycoord show partition return error |
sre-ci-robot
pushed a commit
that referenced
this issue
Dec 11, 2024
…38375) Related to #38372 This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection. --------- Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Dec 12, 2024
…ilvus-io#38375) Related to milvus-io#38372 This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection. --------- Signed-off-by: Congqi Xia <[email protected]>
This is a rare problem, I'll observe the test results for a few days |
not reproduceargo task:bitmap-corn-1733972400 |
sre-ci-robot
pushed a commit
that referenced
this issue
Dec 12, 2024
…tion (#38375) (#38394) Cherry pick from master pr: #38375 Related to #38372 This PR make drop partition only check target partition load states only in case of concurrent releasing other partition in same collection. --------- Signed-off-by: Congqi Xia <[email protected]>
After testing more than 20 times, this problem did not recur, close it |
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
test/benchmark
benchmark test
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
argo task: fouramf-bitmap-scenes-tw86w
test case name: test_bitmap_locust_hybrid_index_cluster
server:
partitionID=454527759048375665 -> partition name="scene_test_partition_dx2Qffte"
{pod=~"fouramf-bitmap-scenes-tw86w-10-milvus-.*"} |~ "efbd5b23076d27d6f774ce63685f1d99"
| [2024/12/11 06:26:47.078 +00:00] [WARN] [proxy/impl.go:1421] ["DropPartition failed to WaitToFinish"] [traceID=efbd5b23076d27d6f774ce63685f1d99] [role=proxy] [db=default] [collection=fouram_IPSnBSas] [partition=scene_test_partition_hybrid_search_BwV46GtI] [error="partition not loaded[partition=454527759048375665]"] [BeginTS=454531064006443009] [EndTS=454531064006443009]
client log:
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
test result:
The text was updated successfully, but these errors were encountered: