You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/03/18 16:31:21 UTC

[GitHub] [geode] gesterzhou commented on a change in pull request #6052: GEODE-8971: Add grace period when stopping gateway sender with group-…

gesterzhou commented on a change in pull request #6052:
URL: https://github.com/apache/geode/pull/6052#discussion_r597047363



##########
File path: geode-core/src/main/java/org/apache/geode/cache/wan/GatewaySender.java
##########
@@ -174,7 +174,32 @@
    */
   int GET_TRANSACTION_EVENTS_FROM_QUEUE_RETRIES =
       Integer.getInteger(GeodeGlossary.GEMFIRE_PREFIX + "get-transaction-events-from-queue-retries",
-          10);
+          2);

Review comment:
       But 2 is still too less. How about 3~5?
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org