[ 
https://issues.apache.org/jira/browse/KAFKA-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131854#comment-13131854
 ] 

Chris Burroughs commented on KAFKA-164:
---------------------------------------

There are good things to be said about having the default configuration be the 
"overly paranoid do not loose your data" one, even though once they think about 
what that means no one actually wants that.  I'd stick with round numbers and a 
note elaborating on the trade-offs.
                
> Config should default to a higher-throughput configuration for 
> log.flush.interval
> ---------------------------------------------------------------------------------
>
>                 Key: KAFKA-164
>                 URL: https://issues.apache.org/jira/browse/KAFKA-164
>             Project: Kafka
>          Issue Type: Improvement
>          Components: config
>    Affects Versions: 0.7
>            Reporter: Jay Kreps
>            Assignee: Jay Kreps
>             Fix For: 0.7
>
>         Attachments: KAFKA-164.patch
>
>
> Currently we default the flush interval to log.flush.interval=1. This is very 
> slow as it immediately flushes each message. I recommend we change this to 
> 20000 and drop the time-based flush to 1 second. This should be a good 
> default trade-off between latency and throughput.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to