Remove get{Indexed,Sliced}ReadBufferSizeInKB methods
----------------------------------------------------
Key: CASSANDRA-4076
URL: https://issues.apache.org/jira/browse/CASSANDRA-4076
Project: Cassandra
Issue Type: Improvement
Components: Core
Affects Versions: 1.0.0
Reporter: Sylvain Lebresne
Priority: Trivial
Since CASSANDRA-3171, the
DatabaseDescriptor.get{Indexed,Sliced}ReadBufferSizeInKB methods are dead code
(they are used as bufferSize argument to SSTableReader.getFileDataInput but
that method ignore the argument). This means in particular that we can remove
the configuration option sliced_buffer_size_in_kb (we shouldn't do that in 1.0
which is why I targeted to 1.1.0, though we could add a message in 1.0 that
this argument is ignored).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira