We have a product integration job that trigges a product index build on completion.
There are 2 product instances, A and B.
I have now seen the following case:
Build of index A failed on some point (due to a timeout). This causes index A to be in a failed state, but index B was working fine.
On the next product import, building of index B was started. This also failed, leaving us with 2 product indexes in a failed state and therefore no products in frontend.
Is this by design? My initial thought was that DW should always try to rebuild the index that failed, leaving the index that's ok alone to ensure that we always have a working index.
The DW version is 9.5.4
Regards,
Espen