[ 
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)

Reply via email to