[
https://issues.apache.org/jira/browse/IGNITE-16004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17737428#comment-17737428
]
Kirill Tkalenko commented on IGNITE-16004:
------------------------------------------
Hi [~isapego], it seems that the example you attached should not return any
response, based on the name of the variable "non_existing" and from the context
of the ticket, since a non-existent value is not expected to be returned in
response.
Could you try your example on a fresh main that contains IGNITE-19693?
Unfortunately, I don't know how to run C++ tests.
> Preserve key order in InternalTableImpl#collectMultiRowsResponses
> -----------------------------------------------------------------
>
> Key: IGNITE-16004
> URL: https://issues.apache.org/jira/browse/IGNITE-16004
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexey Scherbakov
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> After the IGNITE-15085 multi key methods return a List of values correponding
> to the passed keys order, where each position correponds to the result
> operation for a key with the same position in the arguments.
> For example, getAll(1, 2, 3) will return A, null, C if a value for 2 doesn't
> exists.
> collectMultiRowsResponses can break this ordering for multi partition
> requests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)