agura commented on a change in pull request #6976: IGNITE-6804 Warning if
unordered map used in locking cache operation.
URL: https://github.com/apache/ignite/pull/6976#discussion_r372407603
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/local/atomic/GridLocalAtomicCache.java
##########
@@ -858,9 +866,6 @@ private Object updateAllInternal(GridCacheOperation op,
boolean readThrough,
boolean keepBinary
) throws IgniteCheckedException {
- if (keyCheck)
Review comment:
Unsafe change. This method could be invoked form `putAll0()` for example.
The same for `GridDhtAtomicCache`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services