pingyu opened a new pull request #122: URL: https://github.com/apache/incubator-tubemq/pull/122
Move `[bdbStore]` configs in `master.ini` to `[replication]` & `[master]`, as `bdb` is an implementation detail, better not to bother users. ``` bdbRepGroupName --> [replication].repGroupName bdbNodeName --> [replication].repNodeName bdbNodePort --> [replication].repNodePort bdbHelperHost --> [replication].repHelperHost bdbEnvHome --> [master].metaDataPath bdbLocalSync --> [replication].metaLocalSyncPolicy bdbReplicaSync --> [replication].metaReplicaSyncPolicy bdbReplicaAck --> [replication].repReplicaAckPolicy bdbStatusCheckTimeoutMs --> [replication].repStatusCheckTimeoutMs ``` Besides, `[bdbStore]` section and all inner configs are still supported, but will be ignored when `[replication]` exists. Print a warning in master.log about "deprecated blah blah" while [bdbStore] is using. Related Docs will be update in another PR coming soon: ``` docs/tubemq_config_introduction.md docs/tubemq_user_guide.md docs/tubemq_config_introduction_cn.doc docs/tubemq_user_guide_cn.doc ``` Issue: https://issues.apache.org/jira/browse/TUBEMQ-166 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
