-
Notifications
You must be signed in to change notification settings - Fork 244
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
Resolving the timeout exceptions we've seen on CI #1367
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see this fixed :) I'll trust you on the validity of the fix, since I can't reproduce the problem locally...
Will merge as soon as the build passed.
retest this please |
@Hibernate-CI test this please |
@Sanne About the failure we had sooner, related to a malformed HTTP response: I created a JIRA. https://hibernate.atlassian.net/browse/HSEARCH-2682 |
Jenkins, retest this please |
Merged. Thanks! |
Did this fix make into any recent ES releases? I'm running into the same exception, but I'm on ES 6.2! |
@atulsudhalkar Here is the issue on the Elasticsearch bugtracker: elastic/elasticsearch#24069 It seems a fix was merged on I don't know about Elasticsearch 6.2, since Hibernate Search currently only support 5.x, but on 5.6 at least the workaround added in this PR works just fine. |
It was eventually resolved via elastic/elasticsearch#30384 So Elasticsearch I expect it fixed in versions 6.3.1, 6.4.0, 7. |
Hi Sanne,
Thank you so much for the response! Appreciate it greatly!
…--atul
On Fri, Jun 1, 2018 at 2:54 AM, Sanne Grinovero ***@***.***> wrote:
It was eventually resolved via elastic/elasticsearch#30384
<elastic/elasticsearch#30384>
So Elasticsearch I expect it fixed in versions 6.3.1, 6.4.0, 7.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1367 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AjMLBKW5qvSN3mwghEsn-eJS3cFnoCBcks5t4Q9PgaJpZM4M7h2q>
.
|
See also JIRA description for the explanation: