-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Scrolling in ES 5.4 #26238
Comments
Is my understanding correct that the time went up after you both upgraded and switched from Please reopen this issue if the recommendation does not fix the problem. |
Your understanding is correct with us changing from |
Can you share the first request that you are issuing that includes the query and sort order? If you can get the nodes hot threads while you are paginating through matches, it might also give us information about the bottleneck. |
Here it is. |
After looking at this a lot more, it looks like the |
If the issue is on the NEST side I'd create the issue there and close this
one.
…On Thu, Aug 17, 2017 at 3:24 PM GaryTurpin ***@***.***> wrote:
After looking at this a lot more, it looks like the took is roughly what
I would expect. I think the issue may be either in Nest or with the way we
use Nest. Should I create a new issue with Nest and refer them to this
issue? I think it has something with deserialization.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26238 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANLoiEX8xDbYgvKXy2zN02vG2KZex_Zks5sZJNsgaJpZM4O4--S>
.
|
Elasticsearch version (
bin/elasticsearch --version
):5.4
Nest 5.4
Description of the problem including expected versus actual behavior:
We recently upgraded from ES 2.4 to ES 5.4 and everything went great except we noticed that our scrolling times increased in the amount of time that it takes. We use scan/scroll to pull back about 3 million docs from our index. In ES 2.4, this would take roughly 40 seconds to get all of the docs. When we moved to ES 5.4, we are averaging about 240 seconds. Any ideas why this would be dramatically slower with the similar json (only change was changing the initial query to use search instead of scan)?
The text was updated successfully, but these errors were encountered: