Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
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.
Attachments
Issue Links
- blocks
-
IGNITE-16022 Thin 3.0: Optimize multi-row responses using guaranteed order
- Open
- causes
-
IGNITE-19693 getAll does not preserve order and does not return nulls for missing keys
- Resolved
- is caused by
-
IGNITE-15085 Implement tx coordination
- Resolved
- is cloned by
-
IGNITE-20435 Preserve key order in batch opperations (deleteAll, deleteAllExact, insertAll)
- Resolved
- links to