zstan commented on a change in pull request #8962:
URL: https://github.com/apache/ignite/pull/8962#discussion_r607547837



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
##########
@@ -205,7 +206,7 @@
     private final LinkedHashMap<UUID, SchemaProposeDiscoveryMessage> 
activeProposals = new LinkedHashMap<>();
 
     /** Map from a cacheId to a future indicating that there is an in-progress 
index rebuild for the given cache. */
-    private final ConcurrentMap<Integer, GridFutureAdapter<Void>> 
idxRebuildFuts = new ConcurrentHashMap<>();
+    private final Map<Integer, GridFutureAdapter<Void>> idxRebuildFuts = new 
ConcurrentHashMap<>();

Review comment:
       why do we need such changes ? 




-- 
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:
[email protected]


Reply via email to