You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2022/12/22 17:57:00 UTC

[jira] [Updated] (IGNITE-18449) Select from a table fails after the table is created

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

Roman Puchkovskiy updated IGNITE-18449:
---------------------------------------
    Description: 
The scenario is as follows:
 # Start and init a cluster of 3 nodes
 # Create a table named TEST with 3 replicas via node 0
 # On node 2, execute a query like 'select * from PUBLIC.TEST'

This sometimes causes the following error:

Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Object 'TEST' not found
  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:505)
  at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:599)
  ... 25 more

But after some time, a retry of the same query succeeds.

  was:TBD


> Select from a table fails after the table is created
> ----------------------------------------------------
>
>                 Key: IGNITE-18449
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18449
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> The scenario is as follows:
>  # Start and init a cluster of 3 nodes
>  # Create a table named TEST with 3 replicas via node 0
>  # On node 2, execute a query like 'select * from PUBLIC.TEST'
> This sometimes causes the following error:
> Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Object 'TEST' not found
>   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>   at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
>   at org.apache.calcite.runtime.Resources$ExInstWithCause.ex(Resources.java:505)
>   at org.apache.calcite.runtime.Resources$ExInst.ex(Resources.java:599)
>   ... 25 more
> But after some time, a retry of the same query succeeds.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)