Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.7
-
None
-
None
Description
1. Lock all entries only if store enabled and batch update is true
2. Lock entries in natural order if keys are comparable, otherwise serialize keys and sort serialized byte arrays.
Take a look at org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache#lockEntries and its invocations.
Attachments
Issue Links
- is related to
-
IGNITE-502 Data streamer should switch to putAll in ATOMIC cache when store is not configured
- Open