Yuki Morishita created CASSANDRA-11822:
------------------------------------------
Summary: (Re)introduce non-pooled SegmentedFile
Key: CASSANDRA-11822
URL: https://issues.apache.org/jira/browse/CASSANDRA-11822
Project: Cassandra
Issue Type: Sub-task
Reporter: Yuki Morishita
Assignee: Yuki Morishita
Priority: Minor
Fix For: 3.x
[We used to have non-pooled buffer version of SegmentedFile(comment still
exits)|https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java#L434]
for accessing SSTable from tools, but when {{BufferPool}} is introduced it
seems disappeared.
We can either disable {{BufferPool}} from tools or introduce {{Rebufferer}}
that does not use {{BufferPool}}. I tend to avoid {{BufferPool}} at all since
it is singleton and accesses {{DatabaseDescriptor}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)