sashapolo commented on a change in pull request #402:
URL: https://github.com/apache/ignite-3/pull/402#discussion_r732574047
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -336,6 +338,20 @@ public TableManager(
/** {@inheritDoc} */
@Override public void stop() {
+ NamedListView<TableView> tablesView = tablesCfg.tables().value();
Review comment:
Can you please add some comments about what is happening here?
##########
File path:
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/PartitionStorage.java
##########
@@ -32,6 +32,13 @@
* serialized.
*/
public interface PartitionStorage extends AutoCloseable {
+ /**
+ * Returns the partition id.
+ *
+ * @return Partition id.
+ */
+ public int partitionId();
Review comment:
Why do you need this method?
--
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]