[
https://issues.apache.org/jira/browse/ZOOKEEPER-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15199320#comment-15199320
]
Biju Nair commented on ZOOKEEPER-2382:
--------------------------------------
[~phunt] looking at
[QuorumPeerConfig.java|https://github.com/apache/zookeeper/blob/trunk/src/java/main/org/apache/zookeeper/server/quorum/QuorumPeerConfig.java#L216-L288]
"fsync.warningthresholdms" is not a property read from the zoo.cfg file. Also
the [admin
guide|https://zookeeper.apache.org/doc/trunk/zookeeperAdmin.html#sc_advancedConfiguration]
mentions that "fsync.warningthresholdms" can only be set as a system property.
> Make fsync.warningthresholdms property configurable through zoo.cfg
> -------------------------------------------------------------------
>
> Key: ZOOKEEPER-2382
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2382
> Project: ZooKeeper
> Issue Type: Improvement
> Reporter: Biju Nair
> Assignee: Biju Nair
> Priority: Minor
> Attachments: ZOOKEEPER-2382-DRAFT.patch
>
>
> Currently {{fsync.warningthresholdms}} property can be set as a Java system
> property. But it would help if this property can be made configurable through
> {{zoo.cfg}} so that configuration management tools can leverage it. Also the
> Java system property name should be standardized (refer ZOOKEEPER-2316) so
> that the property is inline with the standard followed by other properties.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)