-
Notifications
You must be signed in to change notification settings - Fork 10
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] Duplicated requests on refreshing the overview #105
Comments
This could be a first good issue for query insights dashboards. |
Seeing this as well and it's killing a pretty much empty 2-node test cluster I set up on a t4g.medium from this docker compose file: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker/#deploy-an-opensearch-cluster-using-docker-compose. When I first load the page, the requests look like: ![]() But if I refresh it again: ![]() This is accompanied by these logs:
|
I migrated my self managed OS-2.12 cluster to 2.19.1 and upon clicking on query-insights tab on the dashboards the cluster became unresponsive and data nodes started dropping out. Restarted and tried again clicking on query-insights tab to confirm and it happened again. Had to disable the plugin to stabilize the cluster. |
@rishabh6788 there are 2 main issues, one is the duplicated requests mentioned here, another one is by default we are fetching way too many records from the index. We are fixing this issue by setitng the default reader size to 50. |
What is the bug?
On refreshing the overview page, we are sending multiple duplicate top n queries requests on all the metrics. See below screenshot.
How can one reproduce the bug?
What is the expected behavior?
Ideally, only one request per metric should be send to the backend on refresh.
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: