You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/02/18 09:06:29 UTC

[GitHub] [ignite] sk0x50 commented on a change in pull request #8802: IGNITE-12508: Fix GridCacheProcessor#cacheDescriptor's Time Complexity

sk0x50 commented on a change in pull request #8802:
URL: https://github.com/apache/ignite/pull/8802#discussion_r578244743



##########
File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/ClusterCachesInfo.java
##########
@@ -127,6 +127,8 @@
     /** Dynamic caches. */
     private final ConcurrentMap<String, DynamicCacheDescriptor> registeredCaches = new ConcurrentHashMap<>();
 
+    private final ConcurrentMap<Integer, DynamicCacheDescriptor> cacheIdToNameMapping = new ConcurrentHashMap<>();

Review comment:
       Please add Javadoc here.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org