Himanshu-g81 commented on code in PR #2489:
URL: https://github.com/apache/phoenix/pull/2489#discussion_r3472992070
##########
phoenix-core-server/src/main/java/org/apache/phoenix/replication/reader/ReplicationLogReplayService.java:
##########
@@ -50,6 +51,17 @@ public class ReplicationLogReplayService {
*/
public static final boolean DEFAULT_REPLICATION_REPLAY_ENABLED = false;
+ /**
+ * Configuration key for enabling/disabling the replication compaction guard
+ */
+ public static final String REPLICATION_COMPACTION_GUARD_ENABLED =
+ "phoenix.replication.compaction.guard.enabled";
Review Comment:
Sure, removed i subsequent commit
--
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]