kadirozde commented on code in PR #1973:
URL: https://github.com/apache/phoenix/pull/1973#discussion_r1771825342
##########
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/CompactionScanner.java:
##########
@@ -154,6 +155,7 @@ public class CompactionScanner implements InternalScanner {
private long inputCellCount = 0;
private long outputCellCount = 0;
private boolean phoenixLevelOnly = false;
+ private static boolean forceMinorCompaction = false;
Review Comment:
Adding a comment stating that this is used only for testing would help here.
--
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]