tkalkirill commented on code in PR #2200:
URL: https://github.com/apache/ignite-3/pull/2200#discussion_r1232103992


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbTableStorage.java:
##########
@@ -239,7 +240,9 @@ private void destroyTableData() {
 
             rocksDb.db.write(DFLT_WRITE_OPTS, writeBatch);
         } catch (RocksDBException e) {
-            //TODO Handle.
+            String message = format("Failed to destroy table data. 
[tableId={}]", getTableId());

Review Comment:
   U can use 
`org.apache.ignite.internal.storage.StorageException#StorageException(int, 
java.lang.String, java.lang.Throwable, java.lang.Object...)`



-- 
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]

Reply via email to