You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jason Brown (JIRA)" <ji...@apache.org> on 2018/06/21 13:40:00 UTC

[jira] [Updated] (CASSANDRA-14056) Many dtests fail with ConfigurationException: offheap_objects are not available in 3.0 when OFFHEAP_MEMTABLES="true"

     [ https://issues.apache.org/jira/browse/CASSANDRA-14056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Brown updated CASSANDRA-14056:
------------------------------------
    Resolution: Fixed
      Reviewer: Jason Brown
        Status: Resolved  (was: Patch Available)

Updated commit lgtm. committed as {{2313e39ee19ea12f304d3e6dd04c41d4f03798ca}}. Thanks!

[~alourie] Can you close the PR, as well?

> Many dtests fail with ConfigurationException: offheap_objects are not available in 3.0 when OFFHEAP_MEMTABLES="true"
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-14056
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14056
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Michael Kjellman
>            Assignee: Alex Lourie
>            Priority: Major
>
> Tons of dtests are running when they shouldn't as it looks like the path is no longer supported.. we need to add a bunch of logic that's missing to fully support running dtests with off-heap memtables enabled (via the OFFHEAP_MEMTABLES="true" environment variable)
> {code}[node2 ERROR] java.lang.ExceptionInInitializerError
> 	at org.apache.cassandra.db.ColumnFamilyStore.<init>(ColumnFamilyStore.java:394)
> 	at org.apache.cassandra.db.ColumnFamilyStore.<init>(ColumnFamilyStore.java:361)
> 	at org.apache.cassandra.db.ColumnFamilyStore.createColumnFamilyStore(ColumnFamilyStore.java:577)
> 	at org.apache.cassandra.db.ColumnFamilyStore.createColumnFamilyStore(ColumnFamilyStore.java:554)
> 	at org.apache.cassandra.db.Keyspace.initCf(Keyspace.java:368)
> 	at org.apache.cassandra.db.Keyspace.<init>(Keyspace.java:305)
> 	at org.apache.cassandra.db.Keyspace.open(Keyspace.java:129)
> 	at org.apache.cassandra.db.Keyspace.open(Keyspace.java:106)
> 	at org.apache.cassandra.db.SystemKeyspace.checkHealth(SystemKeyspace.java:887)
> 	at org.apache.cassandra.service.StartupChecks$9.execute(StartupChecks.java:354)
> 	at org.apache.cassandra.service.StartupChecks.verify(StartupChecks.java:110)
> 	at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:179)
> 	at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:569)
> 	at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:697)
> Caused by: org.apache.cassandra.exceptions.ConfigurationException: offheap_objects 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
> 	at org.apache.cassandra.config.DatabaseDescriptor.getMemtableAllocatorPool(DatabaseDescriptor.java:1907)
> 	at org.apache.cassandra.db.Memtable.<clinit>(Memtable.java:65)
> 	... 14 more
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org