Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stacy Gallagher 1 post 21 karma points
    Apr 08, 2014 @ 00:05
    Stacy Gallagher
    0

    Problem getting distributed caching to work v7.3

    We've created a pretty basic Umbraco 7 site for our client and they are trying to install it on 3 web servers sitting behind a load balancer. We've tried to follow this guide as closely as possible: http://our.umbraco.org/documentation/Installation/load-balancing

    They have dedicated one of the web servers for the backend office editing and they have made the following changes to umbracoSettings.config file:

    <distributedCall enable="True">    
        <user>0</user>
        <servers>
          <server>10.11.7.11</server>
          <server>10.11.7.12</server>
          <server>10.11.7.13</server>
        </servers>
      </distributedCall>

     

    When a change is made in the CMS and published, the changes are not reflected on the other two servers, indicating that the cache syncing is not working. They do have DFS Replication working and have set it up to ignore the App_Data folder. Should they have the server that is being used as the Backoffice editor in the list of servers?  Does anyone have any suggestions, resources or tricks as to how and what to troubleshoot? Thank you in advance for any help.

     

     

     

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 12, 2014 @ 21:39
    Jan Skovgaard
    0

    Hi Stacy and welcome to our :)

    That sounds like a bug at a first glance - Would you mind filing an issue on the issue tracker and post the link in here so other that may come across this can go and vote it up?

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft