vldpyatkov commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r733580829
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -151,9 +148,8 @@
/** Default data region instance. */
private DataRegion defaultDataRegion;
- //TODO: IGNITE-15161 These should go into TableImpl instances.
- /** Instances of table storages that need to be stopped on component stop.
*/
- private final Map<IgniteUuid, TableStorage> tableStorages = new
ConcurrentHashMap<>();
+ /** Busy lock for stop synchronisation. */
Review comment:
Changed it.
--
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]