You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2019/04/01 12:57:00 UTC

[jira] [Comment Edited] (IGNITE-6440) Flaky failures in DynamicColumnsAbstractConcurrentSelfTest

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

Pavel Kuznetsov edited comment on IGNITE-6440 at 4/1/19 12:56 PM:
------------------------------------------------------------------

Investigated. Currently Queries 2 doesn't fail due to DynamicColumns* tests in master.
Also few random build logs doesn't contain "Found nodes from different clusters" error message.

history: https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_Queries2&tab=buildTypeHistoryList&branch_IgniteTests24Java8=%3Cdefault%3E




was (Author: pkouznet):
Investigated. Currently Queries 2 doesn't fail due to DynamicColumns* tests in master.
Also few random build logs doesn't contain "Found nodes from different clusters" error message.



> Flaky failures in DynamicColumnsAbstractConcurrentSelfTest
> ----------------------------------------------------------
>
>                 Key: IGNITE-6440
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6440
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.3
>            Reporter: Vladimir Ozerov
>            Assignee: Pavel Kuznetsov
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain, sql-stability
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Multiple failures are observed in concrete implementations of {{DynamicColumnsAbstractConcurrentSelfTest}}. Specifically:
> {code}
> testQueryConsistencyMultithreaded
> testClientReconnect
> testConcurrentRebalance 	
> testCoordinatorChange
> testConcurrentPutRemove
> {code}
> Apparently there are some bugs in the test itself, as the following root causes could be observed in logs:
> {code}
> junit.framework.AssertionFailedError: Found nodes from different clusters, probable some test does not stop nodes [allNodes=[index.DynamicColumnsConcurrentTransactionalReplicatedSelfTest3, index.DynamicColumnsConcurrentTransactionalReplicatedSelfTest2, index.DynamicColumnsConcurrentTransactionalReplicatedSelfTest1]]
> {code}
> {code}
> Caused by: java.lang.NullPointerException: null
>     at org.apache.ignite.internal.processors.cache.index.DynamicColumnsAbstractConcurrentSelfTest$3.call(DynamicColumnsAbstractConcurrentSelfTest.java:565)
>     at org.apache.ignite.internal.processors.cache.index.DynamicColumnsAbstractConcurrentSelfTest$3.call(DynamicColumnsAbstractConcurrentSelfTest.java:560)
>     at org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> {code}
> Please see TeamCity, history of "Queries 2" suite in master branch.



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