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/03/02 11:03:01 UTC

[jira] [Created] (IGNITE-18939) Parties storage should be created once and not lazy

Kirill Tkalenko created IGNITE-18939:
----------------------------------------

             Summary: Parties storage should be created once and not lazy
                 Key: IGNITE-18939
                 URL: https://issues.apache.org/jira/browse/IGNITE-18939
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-beta2


It was found that the *org.apache.ignite.internal.table.distributed.TableManager#getOrCreatePartitionStorages* can be called several times from the *org.apache.ignite.internal.table.distributed.TableManager#updateAssignmentInternal*, which is not correct, we must create partition storage facilities once.



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