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

antis-control-plane-server.3.1.3.source-code.master-docker.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=8100
mantis.master.apiport=8100
mantis.master.apiportv2=8075
mantis.master.schedInfoPort=8100
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.leader.elector.factory=io.mantisrx.master.zk.ZookeeperLeadershipFactory
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=120
mantis.worker.heartbeat.receipts.min.threshold.percent=90
mantis.worker.executor.name=Mantis Worker Executor
mantis.localmode=false
mantis.zookeeper.connectionTimeMs=1000
mantis.zookeeper.connection.retrySleepMs=100
mantis.zookeeper.connection.retryCount=3
mantis.zookeeper.connectString=zookeeper:2181
mantis.zookeeper.root=/mantis/master/nmahilani
mantis.zookeeper.leader.election.path=/hosts
mantis.zookeeper.leader.announcement.path=/leader
mantis.master.framework.name=MantisFramework

# test container override
mantis.metricsPublisher.class=io.mantisrx.common.metrics.LoggingMetricsPublisher




© 2015 - 2024 Weber Informatics LLC | Privacy Policy