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)