Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-2332

Update xsite configuration file

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Update configuration file after feedback:

       <sites local="LON">
         <site name="SFO"/>
         <site name="NYC"/>
         <site name="LON"/>
       </sites>
      

      The sites element above are not used and should be dropped.

      Also the local configuration should look like:

      <global>
        <sites>
             <localSite="${site:LON}" backupSites="${backup-sites:SFO,NYC}" />
             <backups>
                      <backup site="NYC" backupFailurePolicy="WARN" 
      strategy="SYNC" timeout="12000"/>
                      <backup site="SFO" backupFailurePolicy="IGNORE" 
      strategy="ASYNC"/>
                      <backup site="LON" backupFailurePolicy="IGNORE" 
      strategy="ASYNC"/>
             </backups>
         </sites>
      </global>
      

      This would allow re-using of configuration files between sites.

              mircea.markus Mircea Markus (Inactive)
              mircea.markus Mircea Markus (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: