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/19 16:02:00 UTC

[jira] [Closed] (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 ]

Dawid Wysakowicz closed FLINK-21009.
------------------------------------
    Resolution: Fixed

Fixed in:
* master
** 9f24c486c87238aeee0083f57ca4e1b132c22bfb
* 1.12.2
** e7995106793c1e75ab41ac1c242370d9f7eb9569
* 1.11.4
** 11c2adb86a3e4cff5617a8ec66e4300d92edd2eb

> 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)