All Downloads are FREE. Search and download functionalities are using the official Maven repository.

antis-control-plane-server.3.1.3.source-code.master-local.properties Maven / Gradle / Ivy

There is a newer version: 3.1.4
Show newest version
#
# Copyright 2019 Netflix, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

mantis.master.consoleport=8106
mantis.master.apiport=8100
mantis.master.apiportv2=8104
mantis.master.schedInfoPort=8102
mantis.master.metrics.port=7103
mantis.master.workqueuelength=100
mantis.master.storageProvider=io.mantisrx.server.master.store.FileBasedStore
mantis.master.resourceClusterProvider=io.mantisrx.master.resourcecluster.resourceprovider.NoopResourceClusterProvider
mantis.master.api.status.path=api/postjobstatus
mantis.worker.resubmissions.maximum=5
mantis.master.scheduler.iteration.interval.millis=2000
mantis.master.scheduler.disable.slave.duration.secs=60
mantis.master.ephemeral.job.unsubscribed.timeout.secs=60
mantis.master.terminated.job.to.delete.delay.hours=1
mantis.worker.heartbeat.interval.secs=60
mantis.worker.heartbeat.receipts.min.threshold.percent=50
mantis.worker.executor.name=Mantis Worker Executor
mantis.localmode=true
mantis.zookeeper.connectionTimeMs=1000
mantis.zookeeper.connection.retrySleepMs=100
mantis.zookeeper.connection.retryCount=3
#to connect to awstest zookeeper instead mantis.zookeeper.connectString=ec2-50-19-255-1.compute-1.amazonaws.com:2181,ec2-54-235-159-245.compute-1.amazonaws.com:2181,ec2-50-19-255-97.compute-1.amazonaws.com:2181,ec2-184-73-152-248.compute-1.amazonaws.com:2181,ec2-50-17-247-179.compute-1.amazonaws.com:2181
mantis.zookeeper.connectString=127.0.0.1:2181
mantis.zookeeper.root=/mantis/master/nmahilani
mantis.zookeeper.leader.election.path=/hosts
mantis.zookeeper.leader.announcement.path=/leader
mesos.master.location=zk://127.0.0.1:2181/mantis/mesos/nmahilani
mesos.worker.executorscript=startup.sh
mesos.worker.installDir=/mnt/local/mantisWorkerInstall
mantis.master.framework.name=MantisFramework
mantis.worker.timeoutSecondsToReportStart=5




© 2015 - 2024 Weber Informatics LLC | Privacy Policy