-
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] search RT almost doubled after enabling streamingNode #36804
Comments
It seems that the difference of flush policy make the final segment size different. |
may be related to #36761 |
/unassign |
#36761 is merged, but I do not make sure that it fix these issue. |
Verification failedargo task: fouramf-kmshk server:
|
Found that the insert operation is blocked by the acquirisition of mutex Release operation of segment
|
tsafe timeout should be fixed by pr #36997 After flushing policy fixed: Meanwhile, milvus without streaming service don't generate flushed segment fluently. So the milvus without streaming service encounter less race condition than the milvus with streaming service when handing off, and performs more better RT. |
issue: #36804 Signed-off-by: chyezh <chyezh@outlook.com>
@wangting0128 please retry the test at commit |
issue: #36804 Signed-off-by: chyezh <chyezh@outlook.com>
Found that |
Nope, two tests both ran on a milvus with different commit without streaming enabled. |
is there a special reason why so many bin logs is actaully generated? |
There's a binlog-num-based flush policy in milvus.
It has been fixed by #37037, milvus with streaming has kept consistency with milvus without streaming. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Environment
Current Behavior
argo task: fouramf-streaming-node-corn-1728615600
test case name: test_bitmap_locust_dql_dml_partition_key_cluster
server:
enabled streamingNode👇
disabled streamingNode👇
release name: fouramf-bitmap-scenes-q27w2-7
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: