rmetzger commented on a change in pull request #11162:
[FLINK-11720][connectors] Bump ElasticSearch5 to 5.3.3
URL: https://github.com/apache/flink/pull/11162#discussion_r386384025
##########
File path: flink-connectors/flink-connector-elasticsearch-base/pom.xml
##########
@@ -37,7 +37,7 @@ under the License.
<!-- Allow users to pass custom connector versions -->
<properties>
- <elasticsearch.version>5.1.2</elasticsearch.version>
+ <elasticsearch.version>5.3.3</elasticsearch.version>
Review comment:
5.3 is the lowest version that has the cgroups issue fixed. 5.3.3 is the
highest version in the 5.3.x family.
I wanted to pick the lowest possible 5.x release to be compatible with as
many 5.3+ releases as possible.
----------------------------------------------------------------
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