You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/29 11:21:07 UTC

[rocketmq-clients] branch cpp_dev updated (fe9c239 -> 502a9c2)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a change to branch cpp_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


 discard fe9c239  Unify RPC timeout. For long polling requests, its timeout = polling-await-duration + request-timeout
 discard c118dac  Adjust export metric frequency
 discard 0d5221a  Continue
 discard 2260a4b  Refine throttle handling of message publishing
     add 33747c8  Use different message receiving backoff delay for different error (#96)
     add 2c7c2e3  Add long polling timeout tolerance (#98)
     add 502a9c2  Refine throttle handling of message publishing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fe9c239)
            \
             N -- N -- N   refs/heads/cpp_dev (502a9c2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../client/java/impl/consumer/ConsumerImpl.java    |  8 ++--
 .../java/impl/consumer/ProcessQueueImpl.java       | 55 ++++++++++++----------
 .../java/impl/consumer/ProcessQueueImplTest.java   |  2 +-
 3 files changed, 35 insertions(+), 30 deletions(-)