[
https://issues.apache.org/jira/browse/CASSANDRA-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978171#comment-14978171
]
Benedict commented on CASSANDRA-8965:
-------------------------------------
This is no longer such an issue with 3.0, as the descriptor is now shared
between the writers via the {{TransactionLog}}. We still can have multiple
{{TransactionLog}} operating over the same directories, however, and 2.1 and
2.2 still retain the descriptor in 2.1 and 2.2
> Cassandra retains a file handle to the directory its writing to for each
> writer instance
> ----------------------------------------------------------------------------------------
>
> Key: CASSANDRA-8965
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8965
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Benedict
> Priority: Trivial
> Fix For: 3.1
>
>
> We could either share this amongst the CF object, or have a shared
> ref-counted cache that opens a reference and shares it amongst all writer
> instances, closing it once they all close.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)