Umbraco On Azure Web Apps - Examine not staying in Sync.
I'm on Umbraco version 7.5.14 and having an issue with my Umbraco Examine folders getting out of sync. Depending on what azure instance you get, you get different content. This is from the "arraffinity" cookie from Azure.
I am including a {machinename} in the IndexSet's (without this I get weird Examine errors with the Lucene index's being in use when another server tries to access the same one)
My app_data Examine folder ends up with lots of random server name folders:
I double checked with the IT department and it looks like it was set to have 2 instances load balanced. Is this supported? After I rebuilt the Internal index, it looks like they're in sync now, but I'm worried.
Umbraco On Azure Web Apps - Examine not staying in Sync.
I'm on Umbraco version 7.5.14 and having an issue with my Umbraco Examine folders getting out of sync. Depending on what azure instance you get, you get different content. This is from the "arraffinity" cookie from Azure.
Here are my indexers:
I am including a {machinename} in the IndexSet's (without this I get weird Examine errors with the Lucene index's being in use when another server tries to access the same one)
My app_data Examine folder ends up with lots of random server name folders:
I double checked with the IT department and it looks like it was set to have 2 instances load balanced. Is this supported? After I rebuilt the Internal index, it looks like they're in sync now, but I'm worried.
Hi Brad,
Make sure you read the Azure load balancing documention carefully and ensure you have all the required configuration.
The docs you need are at https://our.umbraco.org/documentation/Getting-Started/Setup/Server-Setup/load-balancing/flexible#option-1-cloud-based-auto-scale-appliances
Jeavon
is working on a reply...