The SWC-DB ThriftBroker - Configuration Properties
-
swc.ThriftBroker.cfg.dyn
STRINGS
The Dynamic cfg-file to use. ThriftBrokers will check & reload this cfg-file by swc.cfg.dyn.period
defaultswc.ThriftBroker.cfg.dyn=
-
swc.ThriftBroker.port
INT16
The ThriftBroker port.
defaultswc.ThriftBroker.port=18000
-
swc.ThriftBroker.workers
INT32
The number of workers a comm-reactor initalizes.
defaultswc.ThriftBroker.workers=32
-
swc.ThriftBroker.connections.max
INT32
The Max client Connections allowed, any new connections above the Open-Connections will be dropped and the Max-Total is the number of Endpoints(Thrift-Broker is listening-on) byswc.ThriftBroker.connections.max
. If open-file-descriptors is above allowed-limit Thrift-Broker will shutdown, unplanned shutdown can be avoided by the max limit.
defaultswc.ThriftBroker.workers=INT64_MAX
-
swc.ThriftBroker.transport
STRING
The thrift transport that should be used (framed/).
defaultswc.ThriftBroker.transport=framed
-
swc.ThriftBroker.timeout
INT32
The ThriftBroker timeout in milliseconds.
defaultswc.ThriftBroker.timeout=900000
-
swc.ThriftBroker.clients.handlers
INT32
The number of SWC-DB clients handlers.
defaultswc.ThriftBroker.clients.handlers=8
The configuration properties applicable for dynamic reloading
extended/updated/version information available with ‘–help' and ‘–help-config' arg
./swcdbThriftBroker --help;
./swcdbThriftBroker --help-config;