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


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbTableStorage.java:
##########
@@ -121,7 +120,7 @@ public class RocksDbTableStorage implements MvTableStorage {
     private volatile ColumnFamily hashIndexCf;
 
     /** Partition storages. */
-    private volatile AtomicReferenceArray<RocksDbMvPartitionStorage> 
partitions;
+    private volatile MvPartitionStorages<RocksDbMvPartitionStorage> 
mvPartitionStorages;

Review Comment:
   From the point of view of the product code, the answer is "yes we can", but 
from the point of view of the designs should do in 
`org.apache.ignite.internal.storage.engine.MvTableStorage#start`.



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