sanpwc commented on code in PR #1599:
URL: https://github.com/apache/ignite-3/pull/1599#discussion_r1092018538
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -292,6 +295,9 @@ public class TableManager extends Producer<TableEvent,
TableEventParameters> imp
private static final TableMessagesFactory TABLE_MESSAGES_FACTORY = new
TableMessagesFactory();
+ /** Futures for destroying table partition storages({@link
MvPartitionStorage} and {@link TxStateStorage}). */
+ private static final Map<TablePartitionId, CompletableFuture<Void>>
destroyFutureByTablePartitionId = new ConcurrentHashMap<>();
Review Comment:
Why it's static?
--
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]