tkhurana commented on code in PR #2432:
URL: https://github.com/apache/phoenix/pull/2432#discussion_r3169422152


##########
phoenix-core-server/src/main/java/org/apache/phoenix/replication/ReplicationLogDiscovery.java:
##########
@@ -68,7 +68,7 @@ public abstract class ReplicationLogDiscovery {
   /**
    * Default interval in seconds between replay operations
    */
-  private static final long DEFAULT_REPLAY_INTERVAL_SECONDS = 10;
+  private static final long DEFAULT_REPLAY_INTERVAL_SECONDS = 60;

Review Comment:
   Do we need a separate replay interval config  or can we use just use the 
replay round value ? One less config to manage.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to