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/GridDhtUnlockRequest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ public void addNearKey(KeyCacheObject key)
110
110
111
111
switch (writer.state()) {
112
112
case8:
113
-
if (!writer.writeCollection(nearKeys, MessageCollectionItemType.MSG))
113
+
if (!writer.writeCollection(nearKeys, MessageCollectionItemType.KEY_CACHE_OBJECT))
114
114
returnfalse;
115
115
116
116
writer.incrementState();
@@ -129,7 +129,7 @@ public void addNearKey(KeyCacheObject key)
0 commit comments