You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/11/09 08:15:00 UTC

[jira] [Commented] (FLINK-28395) Elasticsearch6DynamicSinkITCase.testWritingDocumentsFromTableApi fails with Elasticsearch exception [type=index_not_found_exception, reason=no such index]

    [ https://issues.apache.org/jira/browse/FLINK-28395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630843#comment-17630843 ] 

Matthias Pohl commented on FLINK-28395:
---------------------------------------

Was this actually fixed in the end? I couldn't find a PR in the {{flink-connector-elasticsearch}} repo. If we fixed it, fyi: moving it to the external connector repo is not enough. We would need backports 1.16 and 1.15, wouldn't we?

> Elasticsearch6DynamicSinkITCase.testWritingDocumentsFromTableApi fails with Elasticsearch exception [type=index_not_found_exception, reason=no such index]
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-28395
>                 URL: https://issues.apache.org/jira/browse/FLINK-28395
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / ElasticSearch
>    Affects Versions: 1.15.2
>            Reporter: Martijn Visser
>            Priority: Major
>              Labels: auto-deprioritized-critical, pull-request-available, test-stability
>         Attachments: image-2022-07-20-16-01-45-775.png
>
>
> {code:java}
> Jul 05 02:49:58 Caused by: [table-api] ElasticsearchException[Elasticsearch exception [type=index_not_found_exception, reason=no such index]]
> Jul 05 02:49:58 	at org.elasticsearch.ElasticsearchException.innerFromXContent(ElasticsearchException.java:509)
> Jul 05 02:49:58 	at org.elasticsearch.ElasticsearchException.fromXContent(ElasticsearchException.java:420)
> Jul 05 02:49:58 	at org.elasticsearch.action.bulk.BulkItemResponse.fromXContent(BulkItemResponse.java:139)
> Jul 05 02:49:58 	at org.elasticsearch.action.bulk.BulkResponse.fromXContent(BulkResponse.java:199)
> Jul 05 02:49:58 	at org.elasticsearch.client.RestHighLevelClient.parseEntity(RestHighLevelClient.java:2061)
> Jul 05 02:49:58 	at org.elasticsearch.client.RestHighLevelClient.lambda$performRequestAsyncAndParseEntity$15(RestHighLevelClient.java:1825)
> Jul 05 02:49:58 	at org.elasticsearch.client.RestHighLevelClient$1.onSuccess(RestHighLevelClient.java:1925)
> Jul 05 02:49:58 	at org.elasticsearch.client.RestClient$FailureTrackingResponseListener.onSuccess(RestClient.java:849)
> Jul 05 02:49:58 	at org.elasticsearch.client.RestClient$1.completed(RestClient.java:549)
> Jul 05 02:49:58 	at org.elasticsearch.client.RestClient$1.completed(RestClient.java:537)
> Jul 05 02:49:58 	at org.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:122)
> Jul 05 02:49:58 	at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseCompleted(Default
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=37604&view=logs&j=e9af9cde-9a65-5281-a58e-2c8511d36983&t=c520d2c3-4d17-51f1-813b-4b0b74a0c307&l=13541



--
This message was sent by Atlassian Jira
(v8.20.10#820010)