+

Search Tips   |   Advanced Search

Collective Controller (collectiveController)

Collective controller replica configuration

Name Type Default Description
isInitialReplicaSet boolean true A boolean value that specifies whether a collective controller replica is joining an existing replica set or defining a new one. By default, the initial replica set contains only the first collective controller replica. Specify a value of true in each replica in the initial replica set. Specify a value of false in each replica subsequently added to the initial replica set. If the replicaSet value is changed after it was initially defined, specify a value of false.
password Reversably encoded password (string) The password of the controller user
replicaHost string localhost The host name or IP address associated with this collective controller's replication port.
replicaPort int
Min: 1
Max: 65535
10010 The port number assigned for this collective controller's replication port.
replicaSet string ${replicaHost}:${replicaPort} A space delimited list of collective controller replica endpoints. The set of endpoints is used by this replica to establish contact with other replicas in the set. The list does not need to contain all replicas, but must contain at least one replica from the initial replica set. An endpoint is defined as a host:port pair, for example localhost:10010
repositoryDir string ${server.output.dir}/resources/collective/repository The path on the local file system within which the replica's repository contents should be stored. The directory should have the necessary permissions to enable the process to read, write, and create files.
user string The user ID of the controller