Hi there,
I have a Umbraco project, and the deployment is as follows:
- 1 Umbraco instance for backend editors
- 2 Umbraco instances provide high availability services to provide API services to frontend web applications
- All 3 Umbraco instances connect to the same database and the same Examine index file directory to ensure consistency between the frontend and backend content
Issues: The index in Examine Manager in Umbraco(backend) often fails and the index file is missing.
Question: Could this issue be caused by file locks due to multiple Umbraco instances writing to the same Examine index file? If so, how can this be avoided, and how can I ensure that different Umbraco instances read the same index file without conflicts?
Expecting your help, many thanks.