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

[jira] [Updated] (IGNITE-16004) Preserve key order in InternalTableImpl#collectMultiRowsResponses

     [ https://issues.apache.org/jira/browse/IGNITE-16004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Scherbakov updated IGNITE-16004:
---------------------------------------
    Description: 
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.

  was:
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) can return A, null, C if a value for 2 doesn't exists.

collectMultiRowsResponses can break this ordering for multi partition requests.


> 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
>            Priority: Major
>              Labels: ignite-3
>
> 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.1#820001)