Hi, >Does this mean that offheap_objects is still available or that there is no longer support for offheap memtables in version 3.0?
If you set offheap_buffers in cassandra.yaml in 3.0.10, you'll get exception offheap_buffers are not available in 3.0. They will be re-introduced in a future release, see https://issues.apache.org/jira/browse/CASSANDRA-9472 for details on Cassandra start. Best regards, Vladimir Yudovin, Winguzone - Hosted Cloud Cassandra Launch your cluster in minutes. ---- On Thu, 17 Nov 2016 06:02:15 -0500Oleksandr Shulgin <oleksandr.shul...@zalando.de> wrote ---- On Wed, Nov 16, 2016 at 9:17 PM, Michael Shuler <mich...@pbandjelly.org> wrote: > > The Cassandra team is pleased to announce the release of Apache > Cassandra version 3.0.10. > > Apache Cassandra is a fully distributed database. It is the right choice > when you need scalability and high availability without compromising > performance. > > http://cassandra.apache.org/ > > Downloads of source and binary distributions are listed in our download > section: > > http://cassandra.apache.org/download/ > > This version is a bug fix release[1] on the 3.0 series. As always, > please pay attention to the release notes[2] and Let us know[3] if you > were to encounter any problem. Hello, >From the NEWS file: 3.0.10 ===== Upgrading --------- - memtable_allocation_type: offheap_buffers is no longer allowed to be specified in the 3.0 series. This was an oversight that can cause segfaults. Offheap was re-introduced in 3.4 see CASSANDRA-11039 and CASSANDRA-9472 for details. Does this mean that offheap_objects is still available or that there is no longer support for offheap memtables in version 3.0? -- Alex