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:32:00 UTC

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

Evgeny Stanilovsky created IGNITE-17931:
-------------------------------------------

             Summary: Blocking code inside SchemaRegistryImpl#schema(int), need to be refactored.
                 Key: IGNITE-17931
                 URL: https://issues.apache.org/jira/browse/IGNITE-17931
             Project: Ignite
          Issue Type: Improvement
          Components: data structures
    Affects Versions: 3.0.0-alpha5
            Reporter: Evgeny Stanilovsky


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)