You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java
+4-7
Original file line number
Diff line number
Diff line change
@@ -444,15 +444,12 @@ else if (iter.isPartitionMissing(p)) {
444
444
if (grp.shared().kernalContext().isStopping())
445
445
return;
446
446
447
-
// Sending supply messages with error requires new protocol.
Copy file name to clipboardexpand all lines: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyErrorMessage.java
0 commit comments