You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2021/09/01 09:35:00 UTC

[jira] [Created] (IGNITE-15417) Create cursorId on client side

Mirza Aliev created IGNITE-15417:
------------------------------------

             Summary: Create cursorId on client side
                 Key: IGNITE-15417
                 URL: https://issues.apache.org/jira/browse/IGNITE-15417
             Project: Ignite
          Issue Type: Bug
            Reporter: Mirza Aliev
            Assignee: Mirza Aliev
             Fix For: 3.0.0-alpha3


There is a bug in {{MetaStorageListener}} for {{RangeCommand}}, {{WatchRangeKeysCommand}}, {{WatchExactKeysCommand}} commands in case cluster has several raft nodes, currently we create new {{cursorId}} for this commands on server side on a single client request, which means that one logical cursor is created for every MetaStorageListener on server side. 

We should create  {{cursorId}} only on client side en pass it to server. 



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