smiklosovic commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1165216395
##########
src/java/org/apache/cassandra/db/compaction/CompactionController.java:
##########
@@ -55,8 +55,7 @@
public class CompactionController extends AbstractCompactionController
{
private static final Logger logger =
LoggerFactory.getLogger(CompactionController.class);
- private static final String NEVER_PURGE_TOMBSTONES_PROPERTY =
Config.PROPERTY_PREFIX + "never_purge_tombstones";
- static final boolean NEVER_PURGE_TOMBSTONES =
Boolean.getBoolean(NEVER_PURGE_TOMBSTONES_PROPERTY);
+ static final boolean NEVER_PURGE_TOMBSTONES_PROP =
NEVER_PURGE_TOMBSTONES.getBoolean();
Review Comment:
this might be renamed to "NEVER_PURGE_TOMBSTONES_PROPERTY_VALUE"
--
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]