-
Notifications
You must be signed in to change notification settings - Fork 8.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
Kibaba /_search query causes Chrome tab to hang #26743
Comments
Pinging @elastic/es-ui |
@melissachang We have made a number of changes to console (particularly updating the JSON editor it uses) since 6.2.2. I'm wondering if you can try upgrading to 6.5.x and see if the problem is reproducible on that version? |
Yes, I just reproed with 6.5.4. Unfortunately my data is private. I'm trying to recreate a similar public dataset for elastic/elasticsearch#36452. If I'm able to, I'll try to repro this bug as well. Kibana version: Elasticsearch version: Server OS version: Browser version: Browser OS version: Original install method (e.g. download page, yum, from source, etc.): Describe the bug: Steps to reproduce:
This time, the Chrome tab process is taking 1.5 G instead of 1.8 G. (Though my index is slightly different.) Expected behavior: The curl command only takes 1.4s.
|
@cjcenizal I tested this out locally and could not reproduce it? Should we close this? |
Closing this as we haven't been able to repro or heard other reports of this bug. @melissachang Could you please reopen this if you're still encountering the problem? Thank you! |
I'm guessing there's a memory leak in Kibana and/or Chrome.
Kibana version:
docker image docker.elastic.co/kibana/kibana-oss:6.2.2
Elasticsearch version:
docker image docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.2
Server OS version:
4.18.10-1rodete2-amd64 #1 SMP Debian 4.18.10-1rodete2 (2018-10-09) x86_64 GNU/Linux
Browser version:
Chrome Version 70.0.3538.110 (Official Build) (64-bit)
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
docker
Describe the bug:
In the Dev Tools tab, after kicking off a _search query, the Chrome tab hangs.
Steps to reproduce:
I have this query in Kibana dev tools. Here is the screenshot before I run the query:
I click the green play button. Here are the screenshots several seconds after clicking the button:
In the Resources tab, I can see the Chrome process memory steadily going up. (Now it hovers between 1.8 and 1.9 GiB).
Expected behavior:
Kibana should show the results.
If I copy the curl command in Kibana and run it in a terminal, the command runs fine.
If I add
> /tmp/results.txt
:So the results are only 180M.
Screenshots (if relevant):
Errors in browser console (if relevant):
None
Provide logs and/or server output (if relevant):
Strangely, I don't see any Elasticsearch logs.
Any additional context:
You can probably repo with any large index (over 5G).
The text was updated successfully, but these errors were encountered: