You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/01/18 10:27:00 UTC

[jira] [Created] (FLINK-21009) Can not disable certain options in Elasticsearch 7 connector

Dawid Wysakowicz created FLINK-21009:
----------------------------------------

             Summary: Can not disable certain options in Elasticsearch 7 connector
                 Key: FLINK-21009
                 URL: https://issues.apache.org/jira/browse/FLINK-21009
             Project: Flink
          Issue Type: Bug
          Components: Connectors / ElasticSearch
    Affects Versions: 1.11.3, 1.12.1
            Reporter: Dawid Wysakowicz
            Assignee: Dawid Wysakowicz
             Fix For: 1.13.0, 1.11.4, 1.12.2


The underlying elasticsearch client disables certain options with a value of -1. Those options are:
* bulk flush max actions
* bulk flush max size
* bulk flush interval

Because of custom checks in our builder for ES 7 -1 is not a valid value for these options. We should fix those preconditions to make them accept -1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)