You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey N. Gura (Jira)" <ji...@apache.org> on 2021/05/21 13:50:00 UTC

[jira] [Created] (IGNITE-14763) Inconsistence btwee meta storage client interface and server implementation

Andrey N. Gura created IGNITE-14763:
---------------------------------------

             Summary: Inconsistence btwee meta storage client interface and server implementation
                 Key: IGNITE-14763
                 URL: https://issues.apache.org/jira/browse/IGNITE-14763
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey N. Gura
            Assignee: Andrey N. Gura


{{MetaStorageService.watch(keyFrom, KeyTo, revision, lsnr)}} describes {{keyFrom}} as "_Start key of range (inclusive). Could be {@code null}._" while {{SimpleInMemoryKeyValueStorage}} doesn't allow {{null}} value for {{keyForm}}.

Needs to allow meta storage take {{null}} value for {{keyFrom}}.



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