Joris Van Remoortere created KAFKA-1042:
-------------------------------------------

             Summary: Fix segment flush logic
                 Key: KAFKA-1042
                 URL: https://issues.apache.org/jira/browse/KAFKA-1042
             Project: Kafka
          Issue Type: Improvement
          Components: log
    Affects Versions: 0.8
         Environment: centos6.4
            Reporter: Joris Van Remoortere
            Assignee: Jay Kreps
            Priority: Critical
             Fix For: 0.8


The logic for deciding which segments to flush in log.flush() was missing the 
case where the (from, to) range was within a single segment. This case enables 
some of the features in the server.properties file such as message volume / 
time based triggers for fsync on the log files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to