[
https://issues.apache.org/jira/browse/IGNITE-20378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin updated IGNITE-20378:
-------------------------------------
Description:
h3. Motivation
Both client and embedded nodes should have an ability to see same-actor schema
adjustments though RO requests.
{code:java}
client1.sql(CREATE TABLE t1);
client.beginRO()
client.sql(SELECT * from t1); // Given request should see t1.
...
{code}
Definition o
Observable timestamp should be adjusted for DDL operations
was:
h3. Motivation
Both client and embedded nodes should have an ability to see same-actor schema
adjustments though RO requests.
{code:java}
client1.sql(CREATE TABLE t1);
client.beginRO()
client.sql(SELECT * from t1); // Given request should see t1.
...
{code}
Definition o
> Observable timestamp should be adjusted for DDL operations
> ----------------------------------------------------------
>
> Key: IGNITE-20378
> URL: https://issues.apache.org/jira/browse/IGNITE-20378
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexander Lapin
> Priority: Major
> Labels: ignite-3
>
> h3. Motivation
> Both client and embedded nodes should have an ability to see same-actor
> schema adjustments though RO requests.
>
> {code:java}
> client1.sql(CREATE TABLE t1);
> client.beginRO()
> client.sql(SELECT * from t1); // Given request should see t1.
> ...
> {code}
> Definition o
> Observable timestamp should be adjusted for DDL operations
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)