OOM during major compaction on many (hundreds) of sstables
----------------------------------------------------------
Key: CASSANDRA-436
URL: https://issues.apache.org/jira/browse/CASSANDRA-436
Project: Cassandra
Issue Type: Bug
Reporter: Jonathan Ellis
Assignee: Jonathan Ellis
Fix For: 0.5
compaction deserializes rows during compaction before they are needed, one per
sstable. if we only deserialized on-demand the current algorithm would be fine
on nearly arbitrarily large numbers of sstables. (this is only important b/c
it is useful to disable compactions during bulk load.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.