Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created April 11, 2018 at 6:30 AM
Updated January 31, 2019 at 3:08 PM
Resolved January 25, 2019 at 2:22 PM
When we restore
DefaultElasticsearchSchemaDropper
and relatives, remember to use the methodDropIndexWorkBuilder::ignoreIndexNotFound
to ignore the exception, instead of using a try / catch block.Here is an example :