[
https://issues.apache.org/jira/browse/IGNITE-21237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtcev updated IGNITE-21237:
-----------------------------------------
Description:
IGNITE-21215 introduces an API that allows table names to be changed. However,
client code relies on the fact that a table name is immutable. This can be seen
in the following places, for example:
# Cached name inside {{ClientTable}};
# {{tableCache}} in {{ClientCompute}}.
This code must be updated in order to be able to react to renaming of tables.
> Client tables should be aware that a table's name can change
> ------------------------------------------------------------
>
> Key: IGNITE-21237
> URL: https://issues.apache.org/jira/browse/IGNITE-21237
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtcev
> Priority: Major
> Labels: ignite-3
>
> IGNITE-21215 introduces an API that allows table names to be changed.
> However, client code relies on the fact that a table name is immutable. This
> can be seen in the following places, for example:
> # Cached name inside {{ClientTable}};
> # {{tableCache}} in {{ClientCompute}}.
> This code must be updated in order to be able to react to renaming of tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)