Revision 6408
Added by Chris Jones over 13 years ago
lib/metacat.properties | ||
---|---|---|
507 | 507 |
dataone.mnReplication.serviceAvailable=true |
508 | 508 |
dataone.mnReplication.serviceVersion=0.6.4 |
509 | 509 |
|
510 |
# The DataONE storage cluster configuration for Hazelcast |
|
510 | 511 |
dataone.hazelcast.configFilePath=/etc/hazelcast/hazelcast.xml |
512 |
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata |
|
513 |
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids |
|
511 | 514 |
|
515 |
# Parameters for connecting to the DataONE process cluster as a Hazelcast client |
|
516 |
dataone.hazelcast.processCluster.groupName=DataONE-process |
|
517 |
dataone.hazelcast.processCluster.password=password |
|
518 |
dataone.hazelcast.processCluster.instances=127.0.0.1 |
|
519 |
dataone.hazelcast.processCluster.nodesMap=hzNodes |
|
520 |
|
|
521 |
|
Also available in: Unified diff
Add properties for strings used to connect to the DataONE storage and process Hazelcast clusters. The storage cluster is defined in the hazelcast.xml config file, and we list the names of the systemMetadataMap and the tasksIdNamespace in order to connect to these structures. When creating CNReplicationTask objects, use the task id generator to get a unique task id.