You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bo...@apache.org on 2017/10/05 16:05:56 UTC

[geode] branch develop updated (ade0f60 -> 9d46c0e)

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

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


    from ade0f60  Merge pull request #868 from apache/feature/GEODE-3744
     add 1c446b3  GEODE-3730: Moved retry logic to receiver when gemfire.GatewaySender.REMOVE_FROM_QUEUE_ON_EXCEPTION=false
     add 6e00da4  GEODE-3730: Moved retry loop around switch statement
     new 9d46c0e  Merge pull request #848 from apache/feature/GEODE-3730

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:
 .../sockets/command/GatewayReceiverCommand.java    | 974 ++++++++++-----------
 .../internal/cache/wan/GatewayReceiverStats.java   |  22 +-
 .../wan/GatewaySenderEventRemoteDispatcher.java    |  28 +-
 .../KeepEventsOnGatewaySenderQueueDUnitTest.java   | 168 ++++
 4 files changed, 671 insertions(+), 521 deletions(-)
 create mode 100644 geode-wan/src/test/java/org/apache/geode/internal/cache/wan/misc/KeepEventsOnGatewaySenderQueueDUnitTest.java

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

[geode] 01/01: Merge pull request #848 from apache/feature/GEODE-3730

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

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

commit 9d46c0e85ed8af331b6f3d783ba4be849e2156de
Merge: ade0f60 6e00da4
Author: Barrett Oglesby <bo...@users.noreply.github.com>
AuthorDate: Thu Oct 5 09:05:54 2017 -0700

    Merge pull request #848 from apache/feature/GEODE-3730
    
    GEODE-3730: Moved retry logic to receiver when gemfire.GatewaySender.…

 .../sockets/command/GatewayReceiverCommand.java    | 974 ++++++++++-----------
 .../internal/cache/wan/GatewayReceiverStats.java   |  22 +-
 .../wan/GatewaySenderEventRemoteDispatcher.java    |  28 +-
 .../KeepEventsOnGatewaySenderQueueDUnitTest.java   | 168 ++++
 4 files changed, 671 insertions(+), 521 deletions(-)

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