You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2022/04/29 14:39:00 UTC

[jira] [Updated] (IGNITE-16918) Sql. Races during table creation

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

Yury Gerzhedovich updated IGNITE-16918:
---------------------------------------
    Priority: Blocker  (was: Major)

> Sql. Races during table creation
> --------------------------------
>
>                 Key: IGNITE-16918
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16918
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Konstantin Orlov
>            Priority: Blocker
>
> Random tests fails on TC with the very same error (table name is varying though):
> {code:java}
> Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Object 'TEST1' not found
> {code}
>  
> Looks like the root cause of this problem is race in between of completion of the future returned by {{TableManager#createTableAsync}} invocation and committing a temporal value of {{calciteSchemaVv}} (which was assigned by the event handling) by revision update callback.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)