-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Elasticsearch
-
Release Notes Summary:Index deletion operation is now more robust and doesn't time out on large repository.
-
Sprint:nxcore 9.3.4
-
Story Points:2
When reindexing a large repository, the time to delete the existing index can be longer than the default request timeout (30s).
Even if deletion of big index can be done as an administrative task (stop Nuxeo, delete index using REST API, start Nuxeo + reindex). The default timeout should be increase to 5min so it works for most of the cases.