[
https://issues.apache.org/jira/browse/IGNITE-18449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy resolved IGNITE-18449.
----------------------------------------
Resolution: Fixed
Fixed by IGNITE-19226
> 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 might have something to do with IGNITE-18203.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)