ibessonov commented on a change in pull request #402:
URL: https://github.com/apache/ignite-3/pull/402#discussion_r732534108
##########
File path:
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/RocksDbTableStorage.java
##########
@@ -130,7 +130,17 @@ public RocksDbTableStorage(
}
/** {@inheritDoc} */
- @Override public void start() throws StorageException {
+ @Override public TableConfiguration configuration() {
+ return tableCfg;
+ }
+
+ /** {@inheritDoc} */
+ @Override public DataRegion dataRegion() {
+ return dataRegion;
+ }
+
+ /** {@inheritDoc} */
+ @Override public synchronized void start() throws StorageException {
Review comment:
That was for safety when I debugged JVM crashes. I think I'll remove
these modifiers
--
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]