maksaska commented on code in PR #11627:
URL: https://github.com/apache/ignite/pull/11627#discussion_r1852595922
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java:
##########
@@ -674,11 +674,18 @@ private IgniteInternalFuture<Map<K, V>>
getAllAsyncInternal(
/** {@inheritDoc} */
@Override public IgniteInternalFuture<?>
putAllConflictAsync(Map<KeyCacheObject, GridCacheDrInfo> conflictMap) {
+ if (F.isEmpty(conflictMap))
Review Comment:
I used this 'if' to avoid processing empty maps. The same logic is used for
putAll methods
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]