You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/03 02:11:13 UTC

[jira] [Commented] (KAFKA-3648) maxTimeToBlock should be enforced

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

ASF GitHub Bot commented on KAFKA-3648:
---------------------------------------

GitHub user zhuchen1018 opened a pull request:

    https://github.com/apache/kafka/pull/1304

    KAFKA-3648: maxTimeToBlock should be enforced

    maxTimeToBlock in allocate(int size, long maxTimeToBlock) is enforced. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zhuchen1018/kafka KAFKA-3648

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1304.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1304
    
----
commit c63bcf50826d740d1da04b54da2ded7427da57f7
Author: Chen Zhu <am...@gmail.com>
Date:   2016-05-03T00:08:51Z

    KAFKA-3648:maxTimeToBlock should be enforced

----


> maxTimeToBlock should be enforced 
> ----------------------------------
>
>                 Key: KAFKA-3648
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3648
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: chen zhu
>            Assignee: chen zhu
>
> Currently the maxTimeToBlock in allocate(int size, long maxTimeToBlock) in clients/producer/internals/BufferPool.java is not updated after each loop. It should be enforced. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)