[
https://issues.apache.org/jira/browse/CASSANDRA-12921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joshua McKenzie reassigned CASSANDRA-12921:
-------------------------------------------
Assignee: Chris Lohfink
> Parallel opening of sstables slows down startup
> -----------------------------------------------
>
> Key: CASSANDRA-12921
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12921
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Branimir Lambov
> Assignee: Chris Lohfink
> Priority: Minor
>
> [{{SSTableReader.openAll}}|https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java#L545],
> used by initial startup, spawns multiple threads to open sstables.
> This is a bad idea as the longest step in the opening process is the loading
> of bloom filters and when this is done in parallel the drives have to do a
> lot of unnecessary seeking.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)