You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2023/01/17 16:27:00 UTC

[jira] [Created] (IGNITE-18565) Modify getOrCreateMvPartition and getMvPartition of MvTableStorage to return the future

Kirill Tkalenko created IGNITE-18565:
----------------------------------------

             Summary: Modify getOrCreateMvPartition and getMvPartition of MvTableStorage to return the future
                 Key: IGNITE-18565
                 URL: https://issues.apache.org/jira/browse/IGNITE-18565
             Project: Ignite
          Issue Type: Task
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-beta2


We need to make *MvTableStorage#getOrCreateMvPartition* and *MvTableStorage#getMvPartition* return the *CompletableFuture<MvPartitionStorage>*.

Since, for example, we need to wait for the partition to be deleted before creating / recreating it.



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