Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4191#discussion_r124260908
--- Diff:
flink-connectors/flink-connector-elasticsearch/src/test/java/org/apache/flink/streaming/connectors/elasticsearch/ElasticsearchSinkITCase.java
---
@@ -67,7 +68,11 @@ public void testTransportClientFails() throws Exception{
/**
* Tests that the Elasticsearch sink works properly using an embedded
node to connect to Elasticsearch.
+ *
+ * NOTE: This is ignored, since executing both embedded client mode and
transport client mode introduces
+ * instability for node discovery in ES 1.x. See FLINK-6867.
*/
+ @Ignore
--- End diff --
that would also resolve the checkstyle violation :P
---
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.
---