You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2022/10/19 11:34:00 UTC

[jira] [Resolved] (IGNITE-17933) Blocking code inside SchemaRegistryImpl#schema(int), need to be refactored.

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

Evgeny Stanilovsky resolved IGNITE-17933.
-----------------------------------------
    Resolution: Duplicate

> Blocking code inside SchemaRegistryImpl#schema(int), need to be refactored.
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-17933
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17933
>             Project: Ignite
>          Issue Type: Improvement
>          Components: data structures
>    Affects Versions: 3.0.0-alpha5
>            Reporter: Evgeny Stanilovsky
>            Priority: Major
>              Labels: ignite-3
>
> Previously blocking fut.join() contains in SchemaManager#tableSchema after refactoring it moves into SchemaRegistryImpl#schema(int) [1], it`s necessary to remove blocking approach.
> [1] https://github.com/apache/ignite-3/blob/7b0b3395de97db09896272e03322bba302c0b556/modules/schema/src/main/java/org/apache/ignite/internal/schema/registry/SchemaRegistryImpl.java#L93
>  



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