You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Suyog Mapara (JIRA)" <ji...@apache.org> on 2018/06/28 19:56:00 UTC

[jira] [Created] (ZOOKEEPER-3071) Add a config parameter to control transaction log size

Suyog Mapara created ZOOKEEPER-3071:
---------------------------------------

             Summary: 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
             Fix For: 3.6.0


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)