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

[jira] [Created] (IGNITE-14182) NamedList remove improvements

Sergey Chugunov created IGNITE-14182:
----------------------------------------

             Summary: NamedList remove improvements
                 Key: IGNITE-14182
                 URL: https://issues.apache.org/jira/browse/IGNITE-14182
             Project: Ignite
          Issue Type: Sub-task
            Reporter: Sergey Chugunov


From API perspective to remove from NamedList we need to nullify a particular element in the list.

On the Storage level it turns into removing all keys sitting under this particular element.

Configuration engine should be responsible for cleaning up all necessary keys from Storage. Notifications should be aware of removing from NamedLists as well (e.g. one notification about removing the element from NL instead of bunch of notifications about each NL's element's field).






--
This message was sent by Atlassian Jira
(v8.3.4#803005)