You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2024/02/21 14:43:00 UTC

[jira] [Created] (IGNITE-21584) Make ExecutableTableRegistry method synchronous

Andrey Mashenkov created IGNITE-21584:
-----------------------------------------

             Summary: Make ExecutableTableRegistry method synchronous
                 Key: IGNITE-21584
                 URL: https://issues.apache.org/jira/browse/IGNITE-21584
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Mashenkov


As for now, `ExecutableTableRegistry.getTable` returns a future.
At this point, a required catalog version is available and activated, and event listeners are finished (table was initialized), and `startedTables` collection contains valid table instance.

So, we can just get the table instance by id.



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