GitHub user tzulitai opened a pull request:
https://github.com/apache/flink/pull/4191
[FLINK-6867] [elasticsearch] Fix instable Elasticsearch 1.x ITCases
The root cause for the instability in ES 1.x is that we're testing both
embedded client mode and transport client mode against the same Elasticsearch
environment. This PR ignores the embedded mode testing, as that method is
generally discouraged anyways.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tzulitai/flink FLINK-6867
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4191.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4191
----
commit ee09a7b99adbbadec584c5df1297139303f0c604
Author: Tzu-Li (Gordon) Tai <[email protected]>
Date: 2017-06-27T08:40:51Z
[FLINK-6867] [elasticsearch] Fix instable Elasticsearch 1.x ITCases
The root cause for the instability in ES 1.x is that we're testing both
embedded client mode and transport client mode against the same
Elasticsearch environment. This commit ignores the embedded mode
testing, as that method is generally discouraged anyways.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---