[
https://issues.apache.org/jira/browse/IGNITE-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000749#comment-15000749
]
ASF GitHub Bot commented on IGNITE-1788:
----------------------------------------
GitHub user iveselovskiy opened a pull request:
https://github.com/apache/ignite/pull/221
IGNITE-1788: duplicate checking is removed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iveselovskiy/ignite ignite-1788
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/221.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 #221
----
commit ab8bd09f6b74a9b8267e65d9a459a6b1dc7ca498
Author: iveselovskiy <[email protected]>
Date: 2015-11-11T17:35:57Z
IGNITE-1788: duplicate checking is removed.
----
> Duplicate check of IGFS configuration
> -------------------------------------
>
> Key: IGNITE-1788
> URL: https://issues.apache.org/jira/browse/IGNITE-1788
> Project: Ignite
> Issue Type: Bug
> Components: hadoop
> Affects Versions: 1.5
> Reporter: Vasiliy Sisko
> Assignee: Ivan Veselovsky
> Priority: Minor
> Fix For: 1.5
>
>
> In class org.apache.ignite.internal.processors.igfs.IgfsProcessor exist
> duplicate check:
> {code}
> if (GridQueryProcessor.isEnabled(metaCacheCfg))
> throw new IgniteCheckedException("IGFS metadata cache cannot start with
> enabled query indexing.");
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)