[
https://issues.apache.org/jira/browse/IGNITE-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845871#comment-17845871
]
Igor commented on IGNITE-22137:
-------------------------------
[~apolovtcev]
The file
`modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/configuration/schema/RocksDbStorageEngineExtensionConfigurationSchema.java`
{code:java}
package org.apache.ignite.internal.storage.rocksdb.configuration.schema;
import org.apache.ignite.configuration.annotation.ConfigValue;
import org.apache.ignite.configuration.annotation.ConfigurationExtension;
import
org.apache.ignite.internal.storage.configurations.StorageEngineConfigurationSchema;
/**
* Storages configuration extension for rocksdb storage.
*/
@ConfigurationExtension
public class RocksDbStorageEngineExtensionConfigurationSchema extends
StorageEngineConfigurationSchema {
@ConfigValue
public RocksDbStorageEngineConfigurationSchema rocksDb;
}
{code}
Produces
{code:java}
rocksDb {
flushDelayMillis=100
} {code}
In the distribution.
I think the ticket is not solved correctly.
> Rename RocksDb storage engine to "rocksdb" in configuration
> -----------------------------------------------------------
>
> Key: IGNITE-22137
> URL: https://issues.apache.org/jira/browse/IGNITE-22137
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtsev
> Assignee: Aleksandr Polovtsev
> Priority: Minor
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently {{RocksDbStorageEngine}} is called "rocksDb" in configuration which
> is inconsistent with other storage engines, like "aipersist" and "aimem". I
> propose to rename to "rocksdb". However, this is an incompatible change in
> terms of configuration API, so extra caution must be taken.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)