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

When the search method traffic surges to a certain level, a response timeout will occur. But when it slowly increases to the above level, the response is normal. #27832

Closed
1 task done
wutachiang opened this issue Oct 20, 2023 · 4 comments
Assignees
Labels
help wanted Extra attention is needed stale indicates no udpates for 30 days triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@wutachiang
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:2.2.11
- Deployment mode(standalone or cluster):cluster
- MQ type(rocksmq, pulsar or kafka): pulsar   
- SDK version(e.g. pymilvus v2.0.0rc2): milvus-sdk-java v2.2.11
- OS(Ubuntu or CentOS): CentOS
- CPU/Memory: 64C128G * 6
- GPU: None
- Others:

Current Behavior

When there is an instantaneous sudden increase in traffic, such as from 1000qps to 5000qps instantaneously, the response time of the search method of milvus will slow down, from the previous tens of milliseconds to tens of seconds, and will return to normal after a few seconds. But when the traffic increases steadily from 1000qps to 5000qps, the response of the search method of milvus is relatively normal. The current qps supported by the cluster is about 10,000 qps, so the above situation is very strange.
The monitoring of prometheus is as follows:

2023-10-20_16-34
2023-10-20_16-35
2023-10-20_16-37
2023-10-20_16-38
2023-10-20_16-39

Expected Behavior

The search method under instantaneous traffic surge should be consistent with the performance of steady increase.

Steps To Reproduce

1. You can observe the performance of the service in this situation by temporarily increasing the traffic and then immediately returning it to before.

Milvus Log

Relevant log information is attached to the network disk link below.
https://pan.baidu.com/s/1RocYduOAqkOCR6TNo84YjQ

Anything else?

No response

@wutachiang wutachiang 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 Oct 20, 2023
@yanliang567
Copy link
Contributor

I this was caused by the policy of nq combination. @czs007 could you please help to double check?
/assign @czs007
/unassign

@sre-ci-robot sre-ci-robot assigned czs007 and unassigned yanliang567 Oct 20, 2023
@yanliang567 yanliang567 added triage/accepted Indicates an issue or PR is ready to be actively worked on. help wanted Extra attention is needed and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. kind/bug Issues or changes related a bug labels Oct 20, 2023
Copy link

stale bot commented Nov 19, 2023

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.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Nov 19, 2023
@bigsheeper
Copy link
Contributor

Hi, @wutachiang
Could you please provide us with the differences in NQ monitorings between the normal scenario and the abnormal scenario? The monitorings in question are as follows:

image
image

@stale stale bot removed the stale indicates no udpates for 30 days label Nov 22, 2023
Copy link

stale bot commented Dec 22, 2023

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.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Dec 22, 2023
@stale stale bot closed this as completed Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed stale indicates no udpates for 30 days triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

4 participants