[
https://issues.apache.org/jira/browse/IGNITE-22220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-22220:
-----------------------------------------
Description:
This is a follow-up of https://issues.apache.org/jira/browse/IGNITE-22137,
looks like some "rocksDb" remnants are still present in the configuration:
```
/**
* Storages configuration extension for rocksdb storage.
*/
@ConfigurationExtension
public class RocksDbStorageEngineExtensionConfigurationSchema extends
StorageEngineConfigurationSchema {
@ConfigValue
public RocksDbStorageEngineConfigurationSchema rocksDb;
}
```
> Rename rocksDb field in RocksDbStorageEngineExtensionConfigurationSchema
> ------------------------------------------------------------------------
>
> Key: IGNITE-22220
> URL: https://issues.apache.org/jira/browse/IGNITE-22220
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtsev
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
>
> This is a follow-up of https://issues.apache.org/jira/browse/IGNITE-22137,
> looks like some "rocksDb" remnants are still present in the configuration:
> ```
> /**
> * Storages configuration extension for rocksdb storage.
> */
> @ConfigurationExtension
> public class RocksDbStorageEngineExtensionConfigurationSchema extends
> StorageEngineConfigurationSchema {
> @ConfigValue
> public RocksDbStorageEngineConfigurationSchema rocksDb;
> }
> ```
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)