Description
The IGNITE-16004 fixed ordering for the most multi key methods but not for the removeAll methods.
For example, removeAll(1, 2, 3) should return 1, 3 if a value for 1 and 3 doesn't exists, but in practice this order may be broken
UPD
The same issue appears for deleteAllExact and insertAll. These two issues should be fixed here.
Attachments
Issue Links
- is a clone of
-
IGNITE-16004 Preserve key order in InternalTableImpl#collectMultiRowsResponses
- Resolved
- links to