[ 
https://issues.apache.org/jira/browse/CASSANDRA-11580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487404#comment-15487404
 ] 

Yuki Morishita commented on CASSANDRA-11580:
--------------------------------------------

[~ifesdjeen] We may be able to set default {{DiskOptimizationStrategy}} (which 
is 'ssd' from cassandra.yaml) in {{DatabaseDescriptor}}, but I think there are 
other configs to be set to properly open SSTable. So right now we need to do 
{{DatabaseDescriptor.toolInitialization}} anyway which reads config from 
{{cassandra.yaml}} file and set up that.

Later I want to move all SSTable related config from DD and put them in SSTable 
config or something so we can have more control on configuring opening SSTable 
programatically.


> remove DatabaseDescriptor dependency from SegmentedFile
> -------------------------------------------------------
>
>                 Key: CASSANDRA-11580
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11580
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>             Fix For: 3.10
>
>
> Several configurable parameters are pulled from {{DatabaseDescriptor}} from 
> {{SegmentedFile}} and its subclasses.



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

Reply via email to