smiklosovic commented on code in PR #3374:
URL: https://github.com/apache/cassandra/pull/3374#discussion_r1664151046
##########
src/java/org/apache/cassandra/db/ColumnFamilyStore.java:
##########
@@ -3302,7 +3229,7 @@ public double getDroppableTombstoneRatio()
@Override
public long trueSnapshotsSize()
{
- return getDirectories().trueSnapshotsSize();
+ return SnapshotManager.instance.trueSnapshotsSize(metadata(),
directories);
Review Comment:
I ll get back to you with the feedback, not sure what is going on here yet
as I look at this.
--
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]