rpuch commented on code in PR #6211:
URL: https://github.com/apache/ignite-3/pull/6211#discussion_r2192388259
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/StorageEngine.java:
##########
@@ -78,4 +80,12 @@ static long defaultDataRegionSize() {
//noinspection NumericCastThatLosesPrecision
return Math.max(256 * MiB, (long) (0.2 * getTotalMemoryAvailable()));
}
+
+ /**
+ * Returns IDs of tables for which there are MV partition storages that
were created, but they were not yet destroyed
+ * (or the destruction did not finish).
+ */
+ default Set<Integer> nonDestroyedTableIds() {
Review Comment:
I renamed the 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]