You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2015/09/25 14:33:04 UTC

[jira] [Commented] (IGNITE-80) Hangs on queue creation in multinode tests

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

Semen Boikov commented on IGNITE-80:
------------------------------------

Now tests fail sometimes with error, looks like race with data structure cache initialization:
{noformat}
Failure in thread: Thread [id=21, name=createQueue-8]
java.lang.NullPointerException
	at org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor.getCollection(DataStructuresProcessor.java:986)
	at org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor.queue(DataStructuresProcessor.java:851)
	at org.apache.ignite.internal.IgniteKernal.queue(IgniteKernal.java:2900)
	at org.apache.ignite.internal.processors.cache.datastructures.partitioned.GridCachePartitionedQueueCreateMultiNodeSelfTest$1.call(GridCachePartitionedQueueCreateMultiNodeSelfTest.java:133)
	at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
{noformat}

> Hangs on queue creation in multinode tests
> ------------------------------------------
>
>                 Key: IGNITE-80
>                 URL: https://issues.apache.org/jira/browse/IGNITE-80
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Semen Boikov
>            Assignee: Semen Boikov
>            Priority: Blocker
>             Fix For: ignite-1.5
>
>
> Tests hang on TC and locally:
> GridCachePartitionedQueueCreateMultiNodeSelfTest, GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.



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