Mmuzaf commented on code in PR #10140:
URL: https://github.com/apache/ignite/pull/10140#discussion_r921419175
##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/ClientAtomicLongImpl.java:
##########
@@ -55,6 +55,8 @@ public ClientAtomicLongImpl(String name, @Nullable String
groupName, ReliableCha
String groupNameInternal = groupName == null ?
DataStructuresProcessor.DEFAULT_DS_GROUP_NAME : groupName;
cacheId =
ClientUtils.cacheId(DataStructuresProcessor.ATOMICS_CACHE_NAME + "@" +
groupNameInternal);
+
+ this.ch.registerKeyPartitionMapperFactory(cacheId, this.name);
Review Comment:
Removed.
--
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]