You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Taylor Gautier (Commented) (JIRA)" <ji...@apache.org> on 2011/11/20 07:12:51 UTC

[jira] [Commented] (KAFKA-202) Make the request processing in kafka asynchonous

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

Taylor Gautier commented on KAFKA-202:
--------------------------------------

Unfortunately it seems this patch doesn't apply cleanly against the latest code.
                
> Make the request processing in kafka asynchonous
> ------------------------------------------------
>
>                 Key: KAFKA-202
>                 URL: https://issues.apache.org/jira/browse/KAFKA-202
>             Project: Kafka
>          Issue Type: New Feature
>            Reporter: Jay Kreps
>            Assignee: Jay Kreps
>         Attachments: KAFKA-202-v2.patch, KAFKA-48-socket-server-refactor-draft.patch
>
>
> We need to handle long-lived requests to support replication. To make this work we need to make the processing mechanism asynchronous from the network threads.
> To accomplish this we will retain the existing pool of network threads but add a new pool of request handling threads. These will do all the disk I/O. There will be a queue mechanism to transfer requests to and from this secondary pool.

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