tkalkirill commented on code in PR #1666:
URL: https://github.com/apache/ignite-3/pull/1666#discussion_r1115430583
##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/MvTableStorage.java:
##########
@@ -46,14 +46,18 @@
*/
public interface MvTableStorage extends ManuallyCloseable {
/**
- * Retrieves or creates a partition for the current table. Not expected to
be called concurrently with the same Partition ID.
+ * Creates a partition for the current table.
+ *
+ * <p>If the partition has already been created or is in the process of
being created, an {@link StorageException} will be thrown.
Review Comment:
Fix 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]