You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/02/01 08:10:08 UTC

[rocketmq] branch snode updated (81b4293 -> e6d0afb)

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

duhengforever pushed a change to branch snode
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 81b4293  Merge pull request #745 from zongtanghu/snode
     new 1aa6d19  [ISSUE #743]fix codestyle issue and adjust some issues in client module.
     new 4f24cd4  [ISSUE #743]fix some uint test cases in client module.
     new e6d0afb  Merge pull request #746 from zongtanghu/snode

The 648 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../consumer/store/LocalFileOffsetStore.java       |  6 ++
 .../client/consumer/store/OffsetStore.java         |  8 +++
 .../consumer/store/RemoteBrokerOffsetStore.java    | 71 +++++++++++++++++++---
 .../client/exception/MQSnodeException.java         |  3 -
 .../rocketmq/client/impl/MQClientAPIImpl.java      |  2 +-
 .../impl/consumer/DefaultMQPullConsumerImpl.java   |  4 +-
 .../impl/consumer/DefaultMQPushConsumerImpl.java   |  1 -
 .../client/impl/factory/MQClientInstance.java      |  2 -
 .../client/consumer/DefaultMQPullConsumerTest.java |  2 +
 .../client/consumer/DefaultMQPushConsumerTest.java |  2 +
 .../store/RemoteBrokerOffsetStoreTest.java         |  4 +-
 .../client/producer/DefaultMQProducerTest.java     |  2 +
 .../snode/service/impl/NnodeServiceImpl.java       |  2 +-
 13 files changed, 88 insertions(+), 21 deletions(-)