- replica/cell.name
 Default:
replicaManagerCell name of the
replicaservice- replicaManager
 Default:
noSet this value to
yesif you want to use thereplicaservice.- resilientGroupName
 Default:
ResilientPoolsIf you want to use another pool group for the resilient pools set this value to the name of the resilient pool group.
- replicaManagerDatabaseHost
 Default:
localhostSet this value to the name of host of the
replicaservice database.- replicaDbName
 Default:
replicasName of the replica database table.
- replicaDbUser
 Default:
srmdcacheChange if the
replicasdatabase was created with a user other thansrmdcache.- replicaPasswordFile
 Default: no password
- replicaDbJdbcDriver
 Default:
org.postgresql.Driverreplicaservice was tested with PostgreSQL only.- replicaPoolWatchDogPeriod
 Default:
600(10 min)Pools Watch Dog poll period. Poll the pools with this period to find if some pool went south without sending a notice (messages). Can not be too short because a pool can have a high load and not send pings for some time. Can not be less than pool ping period.
- replicaExcludedFilesExpirationTimeout
 Default:
43200(12 hours)- replicaDelayDBStartTimeout
 Default:
1200(20 min)On first start it might take some time for the pools to get connected. If replication started right away, it would lead to massive replications when not all pools were connected yet. Therefore the database init thread sleeps some time to give a chance to the pools to get connected.
- replicaAdjustStartTimeout
 Default:
1200(20 min)Normally Adjuster waits for database init thread to finish. If by some abnormal reason it cannot find a database thread then it will sleep for this delay.
- replicaWaitReplicateTimeout
 Default:
43200(12 hours)Timeout for pool-to-pool replica copy transfer.
- replicaWaitReduceTimeout
 Default:
43200(12 hours)Timeout to delete replica from the pool.
- replicaDebug
 Default:
falseDisable / enable debug messages in the log file.
- replicaMaxWorkers
 Default:
6Number of worker threads to do the replication. The same number of worker threads is used for reduction. Must be more for larger systems but avoid situation when requests get queued in the pool.
- replicaMin
 Default:
2Minimum number of replicas in pools which are
onlineoroffline.- replicaMax
 Default:
3Maximum number of replicas in pools which are
onlineoroffline.- replicaCheckPoolHost
 Default:
trueChecks
tag.hostnamewhich can be specified in the layout file for each pool.Set this property to
falseif you do not want to perform this check.- replicaEnableSameHostReplica
 Default:
falseIf set to
trueyou allow files to be copied to a pool, which has the sametag.hostnameas the source pool.Note
The propertyreplicaCheckPoolHostneeds to be set totrueifreplicaEnableSameHostReplicais set to false.