Skip to content

Commit 5884c81

Browse files
committed
1 parent b8f320d commit 5884c81

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,6 +1819,13 @@ private void updateAllAsyncInternal0(
18191819
top.readLock();
18201820

18211821
try {
1822+
try {
1823+
U.sleep(5);
1824+
}
1825+
catch (IgniteCheckedException ignored) {
1826+
// No-op.
1827+
}
1828+
18221829
Exception validationErr = validateCacheOperation(top);
18231830

18241831
if (validationErr != null) {

0 commit comments

Comments
 (0)