You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2017/12/13 09:41:28 UTC

[rocketmq] branch develop updated (3cb4bdb -> 56b0983)

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

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


    from 3cb4bdb  Merge pull request #189 from zhouxinyu/ROCKETMQ-270
     add c94fc4f  [ROCKETMQ-311] Add a swith for broker fast failure and support pull request queue
     new 56b0983  Merge pull request #191 from zhouxinyu/ROCKETMQ-311

The 1 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:
 .../rocketmq/broker/latency/BrokerFastFailure.java | 27 +++++++--
 .../broker/latency/BrokerFastFailureTest.java      | 65 ++++++++++++++++++++++
 .../org/apache/rocketmq/common/BrokerConfig.java   | 18 ++++++
 3 files changed, 104 insertions(+), 6 deletions(-)
 create mode 100644 broker/src/test/java/org/apache/rocketmq/broker/latency/BrokerFastFailureTest.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>'].

[rocketmq] 01/01: Merge pull request #191 from zhouxinyu/ROCKETMQ-311

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 56b09832c44988a435592b21041b805f43fda086
Merge: 3cb4bdb c94fc4f
Author: von gosling <vo...@apache.org>
AuthorDate: Wed Dec 13 17:41:26 2017 +0800

    Merge pull request #191 from zhouxinyu/ROCKETMQ-311
    
    [ROCKETMQ-311] Add pull request fast failure mechanism for broker

 .../rocketmq/broker/latency/BrokerFastFailure.java | 27 +++++++--
 .../broker/latency/BrokerFastFailureTest.java      | 65 ++++++++++++++++++++++
 .../org/apache/rocketmq/common/BrokerConfig.java   | 18 ++++++
 3 files changed, 104 insertions(+), 6 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>.