You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently upgraded to 1.4.0 and I have some transient errors, like this one :
ElasticsearchParseException[Failed to derive xcontent from org.elasticsearch.common.bytes.ChannelBufferBytesReference@143d90f]
It's very strange since it happens on various indices. Some of them are very stable (a handful of update each day), some of them are very volatile (thousands of concurrent read/writes during the day, then left alone).
I can't reproduce those errors. I can't pinpoint any specific query.
I've been logging a lot and each time a query raise this error, I re-execute it and it runs well.
I've not tried to downgrade to 1.3.x yet. Maybe I will.
I've been raking my brain for many days, with quite some frustration hence this evasive bug report.
If anyone has the beginning of an idea, I'd be happy to try and give as much information as I can.