rpuch commented on code in PR #4987:
URL: https://github.com/apache/ignite-3/pull/4987#discussion_r1899498788
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/storage/DestroyStorageIntentStorage.java:
##########
@@ -0,0 +1,15 @@
+package org.apache.ignite.raft.jraft.storage;
+
+import java.util.Collection;
+
+/** Persists and retrieves intent to complete storages destruction on node
start. */
+public interface DestroyStorageIntentStorage extends Storage {
Review Comment:
```suggestion
public interface GroupStoragesDestructionIntents extends Storage {
```
Also:
1. I don't think it should reside in jraft package
2. I doubt it has to extend `Storage`
--
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]