[
https://issues.apache.org/jira/browse/ZOOKEEPER-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15203488#comment-15203488
]
Hudson commented on ZOOKEEPER-2195:
-----------------------------------
SUCCESS: Integrated in ZooKeeper-trunk #2861 (See
[https://builds.apache.org/job/ZooKeeper-trunk/2861/])
ZOOKEEPER-2195 fsync.warningthresholdms in zoo.cfg not working (Biju Nair via
phunt) (phunt:
[http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1735892])
* trunk/CHANGES.txt
* trunk/docs/index.pdf
* trunk/docs/javaExample.pdf
* trunk/docs/linkmap.pdf
* trunk/docs/recipes.pdf
* trunk/docs/releasenotes.pdf
* trunk/docs/zookeeperAdmin.html
* trunk/docs/zookeeperAdmin.pdf
* trunk/docs/zookeeperHierarchicalQuorums.pdf
* trunk/docs/zookeeperInternals.pdf
* trunk/docs/zookeeperJMX.pdf
* trunk/docs/zookeeperObservers.pdf
* trunk/docs/zookeeperOver.pdf
* trunk/docs/zookeeperProgrammers.pdf
* trunk/docs/zookeeperQuotas.pdf
* trunk/docs/zookeeperReconfig.pdf
* trunk/docs/zookeeperStarted.pdf
* trunk/docs/zookeeperTutorial.pdf
* trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
* trunk/src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java
> fsync.warningthresholdms in zoo.cfg not working
> -----------------------------------------------
>
> Key: ZOOKEEPER-2195
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2195
> Project: ZooKeeper
> Issue Type: Bug
> Components: quorum
> Affects Versions: 3.4.6, 3.5.0
> Reporter: David Fan
> Assignee: Biju Nair
> Priority: Trivial
> Fix For: 3.4.9, 3.5.2, 3.6.0
>
> Attachments: ZOOKEEPER-2195-1.patch, ZOOKEEPER-2195-2.patch,
> ZOOKEEPER-2195-DOC.patch, ZOOKEEPER-2195.patch
>
>
> Config fsync.warningthresholdms in zoo.cfg does not work.
> I find QuorumPeerConfig.parseProperties give fsync.warningthresholdms a
> prefix like "zookeeper.fsync.warningthresholdms". But in class FileTxnLog
> where fsync.warningthresholdms is used, code is
> :Long.getLong("fsync.warningthresholdms", 1000),without prefix "zookeeper.",
> therefore can not get fsync.warningthresholdms's value.
> I wonder the speed of fsync, need this config to see whether the speed is
> good enough.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)