2020-11-18 17:32:52 +08:00
|
|
|
# Copyright (C) 2019-2020 Zilliz. All rights reserved.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
|
2021-04-13 10:04:39 +08:00
|
|
|
nodeID: # will be deprecated later
|
2021-03-16 21:30:44 +08:00
|
|
|
queryNodeIDList: [1]
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
etcd:
|
|
|
|
address: localhost
|
|
|
|
port: 2379
|
|
|
|
rootPath: by-dev
|
2020-11-28 19:06:48 +08:00
|
|
|
metaSubPath: meta # metaRootPath = rootPath + '/' + metaSubPath
|
|
|
|
kvSubPath: kv # kvRootPath = rootPath + '/' + kvSubPath
|
2021-01-26 14:46:54 +08:00
|
|
|
segFlushMetaSubPath: datanode/segment # Full Path = rootPath/metaSubPath/segFlushMetaSubPath
|
2021-04-13 10:04:39 +08:00
|
|
|
ddlFlushMetaSubPath: datanode/ddl # Full Path = rootPath/metaSubPath/ddlFlushMetaSubPath
|
2021-05-20 11:34:45 +08:00
|
|
|
segmentBinlogSubPath: dataservice/binlog/segment # Full Path = rootPath/metaSubPath/segmentBinlogSubPath
|
|
|
|
collectionBinlogSubPath: dataservice/binlog/collection # Full Path = rootPath/metaSubPath/collectionBinglogSubPath
|
2021-05-19 14:13:53 +08:00
|
|
|
flushStreamPosSubPath: dataservice/flushstream # Full path = rootPath/metaSubPath/flushStreamPosSubPath
|
|
|
|
statsStreamPosSubPath: dataservice/statsstream # Full path = rootPath/metaSubPath/statsStreamPosSubPath
|
2021-05-21 19:38:58 +08:00
|
|
|
segmentDmlPosSubPath: dataservice/segmentdml # Full path = rootPath/metaSubPath/segmentDmlPosSubPath
|
|
|
|
segmentDdlPosSubPath: dataservice/segmentddl # Full path = rootPath/metaSubPath/segmentDdlPosSubPath
|
2021-05-25 14:31:12 +08:00
|
|
|
dmlChanPosSubPath: dataservice/dmlchannel # Full Path = root/metaSubPath/dmlChanPosSubPath
|
|
|
|
ddlChanPosSubPath: dataservice/ddlchannel # Full Path = root/metaSubPath/ddlChanPosSubPath
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2020-12-08 14:41:04 +08:00
|
|
|
minio:
|
|
|
|
address: localhost
|
|
|
|
port: 9000
|
|
|
|
accessKeyID: minioadmin
|
|
|
|
secretAccessKey: minioadmin
|
|
|
|
useSSL: false
|
2020-12-26 16:28:55 +08:00
|
|
|
bucketName: "a-bucket"
|
2020-12-08 14:41:04 +08:00
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
pulsar:
|
|
|
|
address: localhost
|
|
|
|
port: 6650
|
2021-04-13 10:04:39 +08:00
|
|
|
maxMessageSize: 5242880 # 5 * 1024 * 1024 Bytes
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
master:
|
|
|
|
address: localhost
|
|
|
|
port: 53100
|
2020-11-19 10:46:17 +08:00
|
|
|
|
2021-01-15 14:38:36 +08:00
|
|
|
proxyNode:
|
2021-03-04 22:27:12 +08:00
|
|
|
port: 19530
|
2020-11-20 17:10:24 +08:00
|
|
|
|
2021-01-22 14:28:06 +08:00
|
|
|
queryService:
|
|
|
|
address: localhost
|
|
|
|
port: 19531
|
|
|
|
|
2021-01-22 09:36:18 +08:00
|
|
|
proxyService:
|
|
|
|
address: localhost
|
2021-03-04 22:27:12 +08:00
|
|
|
port: 21122
|
2021-01-22 09:36:18 +08:00
|
|
|
|
2020-11-20 17:10:24 +08:00
|
|
|
queryNode:
|
2021-04-24 15:53:37 +08:00
|
|
|
gracefulTime: 1000 # ms, for search
|
2021-02-23 18:08:17 +08:00
|
|
|
port: 21123
|
2021-01-19 18:32:57 +08:00
|
|
|
|
2021-02-24 18:46:19 +08:00
|
|
|
indexService:
|
2021-01-19 18:32:57 +08:00
|
|
|
address: localhost
|
2021-01-26 09:38:40 +08:00
|
|
|
port: 31000
|
2021-01-24 21:20:11 +08:00
|
|
|
|
2021-02-23 18:08:17 +08:00
|
|
|
indexNode:
|
|
|
|
port: 21121
|
|
|
|
|
2021-01-26 15:13:20 +08:00
|
|
|
dataService:
|
|
|
|
address: localhost
|
|
|
|
port: 13333
|
|
|
|
|
2021-01-24 21:20:11 +08:00
|
|
|
dataNode:
|
|
|
|
port: 21124
|
2021-02-19 15:37:04 +08:00
|
|
|
|
|
|
|
log:
|
2021-04-13 10:04:39 +08:00
|
|
|
level: debug # info, warn, error, panic, fatal, dpanic,
|
2021-02-19 15:37:04 +08:00
|
|
|
file:
|
2021-04-13 10:04:39 +08:00
|
|
|
rootPath: "" # default to stdout, stderr
|
2021-02-19 15:37:04 +08:00
|
|
|
maxSize: 300 # MB
|
|
|
|
maxAge: 10 # day
|
|
|
|
maxBackups: 20
|
2021-04-13 10:04:39 +08:00
|
|
|
dev: true # false, change behaviour of dpaniclevel
|
2021-03-16 21:30:44 +08:00
|
|
|
format: text # text/json
|