ibessonov commented on a change in pull request #402:
URL: https://github.com/apache/ignite-3/pull/402#discussion_r731792142
##########
File path:
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbTableStorage.java
##########
@@ -96,10 +98,10 @@
private ColumnFamilyHandle metaCfHandle;
/** Column families for partitions. Stored as an array for the quick
access by an index. */
- private AtomicReferenceArray<ColumnFamily> partitionCfs;
+ private AtomicReferenceArray<RocksDbPartitionStorage> partitions;
/** Max number of partitions in the table. */
- private int partitions;
+ private int maxPartitions;
Review comment:
You're right!
--
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]