[
https://issues.apache.org/jira/browse/ROCKETMQ-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060730#comment-16060730
]
ASF GitHub Bot commented on ROCKETMQ-231:
-----------------------------------------
GitHub user lindzh opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/126
[ROCKETMQ-231] fix pull consumer pull result size
When using PullConsumer pull message by default result size is 32,and
messages is more than 32 in a queue,but broker always returns 31.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lindzh/incubator-rocketmq
fix_consumer_pull_msg_size
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/126.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 #126
----
commit 1d27251df0265e19397cffc1ee5098e12bc4cd0d
Author: lindzh <[email protected]>
Date: 2017-06-23T10:56:49Z
fix pull consumer pull result size
----
> Pull result size is always less than given size in PullConsumer
> ---------------------------------------------------------------
>
> Key: ROCKETMQ-231
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-231
> Project: Apache RocketMQ
> Issue Type: Bug
> Components: rocketmq-broker
> Affects Versions: 4.0.0-incubating
> Reporter: lindzh
> Assignee: yukon
> Priority: Critical
> Fix For: 4.2.0-incubating
>
>
> When using PullConsumer pull message by default result size is 32,and
> messages is more than 32 in a queue,but broker always returns 31.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)