You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/21 18:51:00 UTC

[jira] [Commented] (IGNITE-6473) Introduce a constant of default persistence store directory name

    [ https://issues.apache.org/jira/browse/IGNITE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175277#comment-16175277 ] 

ASF GitHub Bot commented on IGNITE-6473:
----------------------------------------

GitHub user daradurvs opened a pull request:

    https://github.com/apache/ignite/pull/2724

    IGNITE-6473 Introduce a constant of default persistence store directory name

    … name

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/daradurvs/ignite ignite-6473

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2724.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2724
    
----
commit b7f7c5b685fa1581bacd9a72710125810407b677
Author: Vyacheslav Daradur <da...@gmail.com>
Date:   2017-09-21T18:49:18Z

    ignite-6473: introduced the constant of default persistence directory name

----


> 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}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)