Bug #1714
Ensure ES index delete should not break the ingestion.
Start date:
10/06/2021
Due date:
10/07/2021
% Done:
100%
Estimated time:
1.00 h
Description
In case we changed the ES server(like the current scenario), there is no entries present for the existing books in the ES. So, if we're reingesting the book in overwrite mode then it is throwing the error while deleting the ES entry that didn't exist.
In order to solve this issue, we have to add the catch statement for ES index delete
Updated by Ayush Khandelwal about 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Ayush Khandelwal about 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Ayush Khandelwal to Ram Kordale
Working on QA