tkalkirill commented on code in PR #3446:
URL: https://github.com/apache/ignite-3/pull/3446#discussion_r1533380029
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/StorageEngine.java:
##########
@@ -57,4 +57,12 @@ public interface StorageEngine {
*/
// TODO: IGNITE-19717 Get rid of indexDescriptorSupplier
MvTableStorage createMvTable(StorageTableDescriptor tableDescriptor,
StorageIndexDescriptorSupplier indexDescriptorSupplier);
+
+ /**
+ * Destroys the table on node recovery if it exists.
+ *
+ * @param tableId Table ID.
+ * @throws StorageException If an error has occurs while dropping the
table.
+ */
+ void dropMvTableOnRecovery(int tableId);
Review Comment:
Why not.
--
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]