sashapolo commented on code in PR #6229:
URL: https://github.com/apache/ignite-3/pull/6229#discussion_r2197664216


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/index/AbstractRocksDbIndexStorage.java:
##########
@@ -257,14 +257,27 @@ String createStorageInfo() {
     }
 
     /**
-     * Deletes the data associated with the index, using passed write batch 
for the operation.
+     * Deletes the data associated with the index to prepare the storage for 
subsequent use, using passed write batch for the operation.
+     *
+     * @throws RocksDBException If failed to delete data.
+     */
+    public final void eraseData(WriteBatch writeBatch) throws RocksDBException 
{

Review Comment:
   You renamed it to `cleanData`, was that on purpose?



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to