[
https://issues.apache.org/jira/browse/ZOOKEEPER-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684544#comment-16684544
]
Hudson commented on ZOOKEEPER-3071:
-----------------------------------
SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #105 (See
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/105/])
ZOOKEEPER-3071: Add a config parameter to control transaction log size (andor:
rev fe25fed9390a159b24f4c4fa31e3a7911f2c3b81)
* (edit) zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
* (edit)
zookeeper-server/src/test/java/org/apache/zookeeper/server/persistence/FileTxnLogTest.java
* (edit)
zookeeper-server/src/main/java/org/apache/zookeeper/server/persistence/FileTxnLog.java
> Add a config parameter to control transaction log size
> ------------------------------------------------------
>
> Key: ZOOKEEPER-3071
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3071
> Project: ZooKeeper
> Issue Type: Improvement
> Components: server
> Affects Versions: 3.6.0
> Reporter: Suyog Mapara
> Assignee: Suyog Mapara
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.6.0
>
> Time Spent: 9h 20m
> Remaining Estimate: 0h
>
> Currently we only have a knob to control maximum number of transactions in
> the log file but there is no direct way to control actual size of the file.
> This has implications on the time it takes for a learner to sync using
> transaction log as the leader needs to seek the file to find the appropriate
> transaction. This is a proposal for adding a config parameter to control the
> transaction log size.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)