rmetzger opened a new pull request #11162: [FLINK-11720][connectors] Bump ElasticSearch5 to 5.3.3 URL: https://github.com/apache/flink/pull/11162 ## What is the purpose of the change The ES5 connector has caused numerous issues in end to end and integration tests (on CI and during release test). ## Brief change log - Bump version to 5.3.3, which has the cgroup parsing issue fixed - adapt code to ES client API changes - adapt test scripts ## Verifying this change I verified this change as follows: - end to end tests: https://dev.azure.com/rmetzger/Flink/_build/results?buildId=5353&view=logs&j=b1623ac9-0979-5b0d-2e5e-1377d695c991&t=48867695-c47f-5af3-2f21-7845611247b9 - integration tests - small test setup against a ES 5.1.2 instance locally ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (**yes** / no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / *no*) - The serializers: (yes / *no* / don't know) - The runtime per-record code paths (performance sensitive): (yes / *no* / don't know) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / *no* / don't know) - The S3 file system connector: (yes /*no*/ don't know) ## Documentation - Does this pull request introduce a new feature? (yes / *no*)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
