Epinova / Epinova.Elasticsearch

A search-plugin for Episerver CMS and Commerce
MIT License
29 stars 20 forks source link

RequestTimeoutError on updating index via Episerver page tree #143

Closed KolbeinFoldoy closed 2 years ago

KolbeinFoldoy commented 2 years ago

Epinova Elasticsearch version: 11.7.3.147 Episerver version: 11.20.2 ElasticSearch version: 7.11.1

When using the Episerver page tree to manually update the search index, it recursively indexes all the children pages. image

However, if the indexing takes longer than 10 seconds, it returns and RequestTimeoutError for not having received a response. RequestTimeoutError

The indexing job seems to finish indexing all the children despite receiving the RequestTimeoutError.

The request being sent upon manuelly starting indexing: image

With the request payload: image

otanum commented 2 years ago

Fixed in 11.7.4.240