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/topology/GridDhtPartitionTopologyImpl.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ else if (added)
433
433
for (intp = 0; p < partitions; p++) {
434
434
if (localNode(p, affAssignment)) {
435
435
// Partition is created first time, so it's safe to own it.
0 commit comments