[
https://issues.apache.org/jira/browse/IGNITE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Daradur updated IGNITE-6473:
---------------------------------------
Description:
Found that the name of default persistence store ("db") is hardcoded in
{{FilePageStoreManager}} and in some related unit tests.
This may lead to issues in case of changing the directory name.
Need to introduce a constant of default persistence store directory name, for
example:
{code}public static final String DEFAULT_PERSISTENCE_STORE_DIR_NAME =
"db";{code}
Also, it should be fixed in the new module within IGNITE-5732 after its merge.
was:
Found that the name of default persistence store ("db") is hardcoded in
{{FilePageStoreManager}} and in some related unit tests.
This may lead to issues in case of changing the directory name.
Need to introduce a constant of default persistence store directory name, for
example:
{code}public static final String DEFAULT_PERSISTENCE_STORE_DIR_NAME =
"db";{code}
> Introduce a constant of default persistence store directory name
> ----------------------------------------------------------------
>
> Key: IGNITE-6473
> URL: https://issues.apache.org/jira/browse/IGNITE-6473
> Project: Ignite
> Issue Type: Improvement
> Components: persistence
> Affects Versions: 2.2
> Reporter: Vyacheslav Daradur
> Assignee: Vyacheslav Daradur
> Fix For: 2.3
>
>
> Found that the name of default persistence store ("db") is hardcoded in
> {{FilePageStoreManager}} and in some related unit tests.
> This may lead to issues in case of changing the directory name.
> Need to introduce a constant of default persistence store directory name, for
> example:
> {code}public static final String DEFAULT_PERSISTENCE_STORE_DIR_NAME =
> "db";{code}
> Also, it should be fixed in the new module within IGNITE-5732 after its merge.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)