Posted on 05/06/2023 23:31:55
I'll add to this thread of Nuno's. We still have issues on some of our sites, and one in particular is becoming more of a problem.
I used Process Monitor to capture when it occurred to ensure that we didn't have any other external dependencies (antivirus, NLB, scripts, etc).
There are some 18 pages of reads and writes to Status.xml pages per second. So it's very chatty. Sometimes there is a locking issue that occurs. We've mitigated the issue by adding a 3rd index, but it's still a problem. About 2-4 times per day there's a lock and the indexes have to be manually kicked off again, or wait until the next automated rebuild.
The following image is from using Process Monitor filtered to Status.xml. I was able to find when a situation occurred (due to an email notification when it fails) and find where the error occurred. It shows as a sharing violation. Note that it’s all for the same w3wp.exe PID, so it’s not being locked by antivirus or any other application. This is happening within the platform itself. The site is on 9.10.12. (note, the filter in the screenshot below is Status.xml in the path, and ‘END OF FILE’ and ‘SUCCESS’ for the Result are filtered out. That left me with just those 6 records in that 3 minute timeframe).
Any other ideas, and is there anything further that we can provide to help troubleshoot this? It's the same site and situation as on this post too: https://doc.dynamicweb.com/forum/cms-standard-features/cms-standard-features/index-failing-frequently
Thanks,
Scott