## override hazelcast properties dataone.hazelcast.systemMetadata=hzSystemMetadata dataone.hazelcast.objectPath=hzObjectPath dataone.hazelcast.group=DataONEBuildTest dataone.hazelcast.password=passwordTestDataone dataone.hazelcast.location.clientconfig=classpath:org/dataone/configuration/hazelcast.xml # The list of IP addresses of DataONE Hazelcast cluster members dataone.hazelcast.clusterInstances=127.0.0.1:5740 # use a CN that has v2 services enabled for testing D1Client.CN_URL=https://cn-dev.test.dataone.org/cn ObjectFormatCache.overriding.CN_URL=https://cn-dev.test.dataone.org/cn dataone.mn.registration.serviceType.url=https://cn-dev-ucsb-1.test.dataone.org/mnServiceTypes.xml dataone.mn.registration.serviceType.cacheRefreshMinutes=5 dataone.indexing.performance.logging.enabled=true dataone.indexing.batchUpdateSize=1000 #dataone.indexer.solrClient.context.location=classpath:test-indexer-solr-client-context.xml dataone.indexer.solrClient.context.location=/etc/dataone/index/index-generator-context/test-indexer-solr-client-context.xml dataone.indexer.solrClient.commit.within.ms=250 # The messaging-queue-processor setup, used by o.d.c.index.processor.IndexProcessingPipelineManager # the value for each dataone.index.queue property line itself is a map entry (key-value pair) # the key is a base name for the QueueAccess and MessageListener Beans that will be instantiated # the value (numerical) is the number of listeners that will listen to the associated queue (workers or competing consumers) dataone.index.queue=newTaskQueue=1 dataone.index.queue=prioritizedTaskQueue=1 dataone.index.queue=waitingForReadinessTaskQueue=1 solr.schema.path=./src/test/resources/org/dataone/cn/index/resources/solr5home/collection1/conf/schema.xml