[ 
https://issues.apache.org/jira/browse/CASSANDRA-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329186#comment-14329186
 ] 

T Jake Luciani commented on CASSANDRA-8757:
-------------------------------------------

Looking at this in conjunction with CASSANDRA-8689.  There is some issue with 
this patch, all tests are hanging on the SchemaLoader

{code}
"main" prio=10 tid=0x00007f9ab000f000 nid=0x11d5 waiting on condition 
[0x00007f9ab7447000]
   java.lang.Thread.State: WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x00000000ecb941f8> (a 
java.util.concurrent.FutureTask)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:425)
        at java.util.concurrent.FutureTask.get(FutureTask.java:187)
        at 
org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:398)
        at 
org.apache.cassandra.service.MigrationManager.announce(MigrationManager.java:375)
        at 
org.apache.cassandra.service.MigrationManager.announceNewKeyspace(MigrationManager.java:231)
        at 
org.apache.cassandra.service.MigrationManager.announceNewKeyspace(MigrationManager.java:220)
        at 
org.apache.cassandra.service.MigrationManager.announceNewKeyspace(MigrationManager.java:215)
        at org.apache.cassandra.SchemaLoader.loadSchema(SchemaLoader.java:65)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
        at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
{code}

> IndexSummaryBuilder should construct itself offheap, and share memory between 
> the result of each build() invocation
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-8757
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8757
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Benedict
>            Assignee: Benedict
>             Fix For: 2.1.4
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to