I changed it back to SyncTempEnvDirectoryFactory. and it was working.
However about a hour later I am getting another error
Could not create an index searcher with the supplied lucene directory
---> Lucene.Net.Index.CorruptIndexException: doc counts differ for segment _6: fieldsReader shows 4 but segmentInfo shows 1
So my current settings are (same for both instances):
Azure Load Balanced Examine file Error after upgrade to 8.6.3
I have a Azure load balanced site.
I upgraded from a 8.5.? to 8.6.3 last week. Today I have been having issues with the examine files.
I was having errors like this
Could not find file Lock obtain timed out:
SimpleFSLock@D:\home\site\wwwroot\App_Data\TEMP\ExamineIndexes\Internal\write.lock
I was also have general DB locking errors, that I have assumed are related to this
I reviewed the documentation https://our.umbraco.com/documentation/Getting-Started/Setup/Server-Setup/Load-Balancing/azure-web-apps
And realised that I was missing the
I also didn't have the TempEnvDirectoryFactory. on the multi instance site, however when I tried to add it I got this error
I changed it back to SyncTempEnvDirectoryFactory. and it was working. However about a hour later I am getting another error
So my current settings are (same for both instances):
Hi Nadia,
I had a similar case in the support last week, and I can see that you have hit into this issue here. https://github.com/umbraco/Umbraco-CMS/issues/8215
This will be a part of the 8.6.4 release which you can follow here. https://our.umbraco.com/download/releases/864
As soon as we know a release date, then it will be added in there.
All the best,
-Dennis
is working on a reply...