blambov commented on code in PR #4402:
URL: https://github.com/apache/cassandra/pull/4402#discussion_r2486525191


##########
src/java/org/apache/cassandra/db/compaction/CompactionTask.java:
##########
@@ -71,6 +73,8 @@
 public class CompactionTask extends AbstractCompactionTask
 {
     protected static final Logger logger = 
LoggerFactory.getLogger(CompactionTask.class);
+    public static final int MEGABYTE = 1024 * 1024 * 1024;
+    public static final boolean CURSOR_COMPACTION_ENABLED = 
SystemProperties.getBoolean("cassandra.enable_cursor_compaction", () -> true);

Review Comment:
   Look at the `testlist-xxx` definitions in `build.xml`. E.g. adding a line to 
set this flag to false to `testlist-oa` should be enough.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to