You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2023/02/09 15:37:00 UTC

[jira] [Assigned] (IGNITE-18732) Remove blocking calls from SchemaManager

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

Aleksandr Polovtcev reassigned IGNITE-18732:
--------------------------------------------

    Assignee: Aleksandr Polovtcev

> Remove blocking calls from SchemaManager
> ----------------------------------------
>
>                 Key: IGNITE-18732
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18732
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Minor
>              Labels: ignite-3, tech-debt
>
> {{SchemaManager}} class has two methods, that perform a blocking {{get}} call on a {{CompletableFuture}}: {{latestSchemaVersion}} and {{schemaByVersion}}. Instead, these methods should return the future and its callers must be rewritten in an asynchronous style.



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