You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2015/02/09 15:45:34 UTC

[jira] [Created] (CASSANDRA-8764) Refactor the way we notify compaction strategies about early opened files

Marcus Eriksson created CASSANDRA-8764:
------------------------------------------

             Summary: Refactor the way we notify compaction strategies about early opened files
                 Key: CASSANDRA-8764
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8764
             Project: Cassandra
          Issue Type: Bug
            Reporter: Marcus Eriksson
             Fix For: 2.1.4


We currently only notify compaction strategies about when we get a new instance of an sstable reader - for example when we move the start position. We don't notify when we create a new 'temporary' sstable when opening early.

We should probably only track actual files, with their original first/last keys to make it easier for compaction strategies to not have to keep track of what files are 'real' and what files have had their starts moved etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)