Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently if any one of the async index gets corrupted it brings down the whole async indexer and no other index gets updated untill system administrator reindexes the problamatic async index.
Instead of fail all we should isolate such corrupted index and mark them as corrupted. And still let async indexer progress for other working indexes.
This would ensure that one corrupted index does not affect the whole system and allow the application to work partially.
Feature branch - https://github.com/chetanmeh/jackrabbit-oak/compare/trunk...chetanmeh:OAK-4939?expand=1