You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jay Kreps (Created) (JIRA)" <ji...@apache.org> on 2011/11/06 03:22:51 UTC

[jira] [Created] (KAFKA-190) Parallelize time-based flushes

Parallelize time-based flushes
------------------------------

                 Key: KAFKA-190
                 URL: https://issues.apache.org/jira/browse/KAFKA-190
             Project: Kafka
          Issue Type: New Feature
            Reporter: Jay Kreps


Currently all time based flushes are done sequentially. If the time-based flush is the only policy that is used this may limit throughput as a single thread may not saturate all the disks. It would be good to make the number of flush threads be configurable. We can probably default it to two threads (threads are cheap).

--
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