blambov commented on code in PR #2896:
URL: https://github.com/apache/cassandra/pull/2896#discussion_r1415615383
##########
src/java/org/apache/cassandra/db/compaction/UnifiedCompactionStrategy.java:
##########
@@ -95,6 +95,7 @@ public UnifiedCompactionStrategy(ColumnFamilyStore cfs,
Map<String, String> opti
super(cfs, options);
this.controller = controller;
estimatedRemainingTasks = 0;
+ lastExpiredCheck = Clock.Global.currentTimeMillis();
Review Comment:
Without this an expiration check was carried out almost immediately, which
broke some tests.
--
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]