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

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

     [ https://issues.apache.org/jira/browse/FLINK-21009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-21009:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Critical
>              Labels: pull-request-available
>             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)