Hello, For the past number of days we've been investigating continuous SocketTimeoutException like the following: 2021-01-12 20:53:42,105 DEBUG org.elasticsearch.client.RestClient - request [POST <our_host>:<port>/_bulk?timeout=1m] failed It appears that we're hitting a socket timeout and then the client adds our ES host to a blacklist which therefore fails any further request to ES and eventually fails our job. Following from information we've gathered over the internet, we should be able to set the SocketTimeout to something higher than the HTTP timeout and it may fix the behavior we're seeing. However, we have not found a way to configure SocketTimeout from flink, what we want to set can be found here [1]. How do we set this from the Elasticsearch SQL connector? Thanks! Rex Fenley | Software Engineer - Mobile and Backend Remind.com | BLOG | FOLLOW US | LIKE US |
Correction, by HTTP timeout I mean BulkProcessor timeout. On Tue, Jan 12, 2021 at 4:40 PM Rex Fenley <[hidden email]> wrote:
-- Rex Fenley | Software Engineer - Mobile and Backend Remind.com | BLOG | FOLLOW US | LIKE US |
For further clarity, we're on Elasticsearch 7. On Tue, Jan 12, 2021 at 4:53 PM Rex Fenley <[hidden email]> wrote:
-- Rex Fenley | Software Engineer - Mobile and Backend Remind.com | BLOG | FOLLOW US | LIKE US |
Free forum by Nabble | Edit this page |