sanpwc commented on code in PR #1191:
URL: https://github.com/apache/ignite-3/pull/1191#discussion_r1003144804
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -241,6 +253,9 @@ public class TableManager extends Producer<TableEvent,
TableEventParameters> imp
/** Resolver that resolves a network address to cluster node. */
private final Function<NetworkAddress, ClusterNode> clusterNodeResolver;
+ private final Map<UUID, Map<UUID, IndexStorageAdapterFactory>>
indexStorageAdapterFactories = new ConcurrentHashMap<>();
+ private final Map<UUID, Map<UUID, IndexLockerFactory>>
indexLockerFactories = new ConcurrentHashMap<>();
Review Comment:
Same as above it's either a part of index of table, depending of whether we
consider indexes as a lock-aware structures.
--
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]