You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey N. Gura (Jira)" <ji...@apache.org> on 2020/05/20 19:55:00 UTC

[jira] [Updated] (IGNITE-13046) Flaky test SqlSystemViewsSelfTest.testTableViewDuringRebuilding

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

Andrey N. Gura updated IGNITE-13046:
------------------------------------
    Description: 
Test {{SqlSystemViewsSelfTest.testTableViewDuringRebuilding}} fails sporadically. The reason is changes introduced due to the IGNITE-12684 issue.

There is race between runner thread and thread which completes future in {{IgniteH2Indexing#rebuildIndexesFromHash()}} method. Runner thread is unblocked due to the future completion and it tries to assert conditions while thread which completed the future changes state of index rebuild process.

  was:Test {{SqlSystemViewsSelfTest.testTableViewDuringRebuilding}} fails sporadically. The reason is changes introduced due to the IGNITE-12684 issue.


> Flaky test SqlSystemViewsSelfTest.testTableViewDuringRebuilding
> ---------------------------------------------------------------
>
>                 Key: IGNITE-13046
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13046
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey N. Gura
>            Priority: Major
>
> Test {{SqlSystemViewsSelfTest.testTableViewDuringRebuilding}} fails sporadically. The reason is changes introduced due to the IGNITE-12684 issue.
> There is race between runner thread and thread which completes future in {{IgniteH2Indexing#rebuildIndexesFromHash()}} method. Runner thread is unblocked due to the future completion and it tries to assert conditions while thread which completed the future changes state of index rebuild process.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)