zstan commented on a change in pull request #8962:
URL: https://github.com/apache/ignite/pull/8962#discussion_r607548173
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
##########
@@ -242,6 +243,9 @@
/** Cache name - value typeId pairs for which type mismatch message was
logged. */
private final Set<Long> missedCacheTypes = ConcurrentHashMap.newKeySet();
+ /** Mapping the cache id to the {@link
GridDhtPartitionsExchangeFuture#initialVersion()} for rebuilding indexes. */
+ private final Map<Integer, AffinityTopologyVersion> idxRebuildTops = new
ConcurrentHashMap<>();
Review comment:
I hope here need to be ConcurrentMap too.
--
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]