[
https://issues.apache.org/jira/browse/IGNITE-8424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16462773#comment-16462773
]
ASF GitHub Bot commented on IGNITE-8424:
----------------------------------------
GitHub user ivandasch opened a pull request:
https://github.com/apache/ignite/pull/3943
IGNITE-8424 Add directory sorting and skip duplicated config file in …
…order
to consistently start nodes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ivandasch/ignite ignite-8424
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3943.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 #3943
----
commit 822dcf586afded0b1e5aebdd4f44c67183e569e5
Author: Ivan Daschinskiy <ivandasch@...>
Date: 2018-05-03T16:53:58Z
IGNITE-8424 Add directory sorting and skip duplicated config file in order
to consistently start nodes.
----
> Sort directories in readCacheConfigurations() to ensure consistent caches
> start
> -------------------------------------------------------------------------------
>
> Key: IGNITE-8424
> URL: https://issues.apache.org/jira/browse/IGNITE-8424
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexey Goncharuk
> Assignee: Ivan Daschinskiy
> Priority: Critical
>
> {{listFiles()}} may return different folders order on different nodes. We
> should sort directories just to be sure that this code is robust for cases
> when caches with the same names got into different cache groups.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)