You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by zh...@apache.org on 2018/02/02 02:38:10 UTC

[bookkeeper] branch master updated: Issue #605: bk_server.conf wrong default logSizeLimit

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 67e818a  Issue #605: bk_server.conf wrong default logSizeLimit
67e818a is described below

commit 67e818a97bac9204699af8474f42159056d407b9
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Fri Feb 2 10:37:59 2018 +0800

    Issue #605: bk_server.conf wrong default logSizeLimit
    
    It's commented out, but the value is invalid. This patch changes it to
    match the default in ServerConfiguration.
    
    Author: Ivan Kelly <iv...@apache.org>
    
    Reviewers: Jia Zhai <None>, Sijie Guo <si...@apache.org>
    
    This closes #1105 from ivankelly/entry-log-size, closes #605
---
 bookkeeper-server/conf/bk_server.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bookkeeper-server/conf/bk_server.conf b/bookkeeper-server/conf/bk_server.conf
index c7ea6b0..7c82de2 100755
--- a/bookkeeper-server/conf/bk_server.conf
+++ b/bookkeeper-server/conf/bk_server.conf
@@ -415,7 +415,7 @@ ledgerManagerFactoryClass=org.apache.bookkeeper.meta.HierarchicalLedgerManagerFa
 
 # Max file size of entry logger, in bytes
 # A new entry log file will be created when the old one reaches the file size limitation
-# logSizeLimit=2147483648
+# logSizeLimit=1073741824
 
 # Enable/Disable entry logger preallocation
 # entryLogFilePreallocationEnabled=true

-- 
To stop receiving notification emails like this one, please contact
zhaijia@apache.org.