Details
-
Bug
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.10.0
-
None
-
Important
Description
When using the connector created by org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder to sink data to ES(es7.7.1 and es6.8.5), flink job will finally hang for threads deadlocked after a while.
And connector created by org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder will not result in this deadlocked situation.
This deadlocked issue may come from this pr:https://github.com/elastic/elasticsearch/pull/41451
So upgrade version of the dependencies of ES may fix this bug.
Attachments
Issue Links
- is fixed by
-
FLINK-15558 Bump Elasticsearch version from 7.3.2 to 7.5.1 for es7 connector
- Closed