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

Vasiliy Sisko commented on IGNITE-3432:
---------------------------------------

Now I see next behaviour:
# Server node is started successfully. It contain two IGFS instances where 
second is unavailable.
# Client node is failed on start with exception: 
{code}
class org.apache.ignite.IgniteCheckedException: Meta cache names should be 
different for different IGFS instances configuration (fix configuration or set 
-DIGNITE_SKIP_CONFIGURATION_CONSISTENCY_CHECK=true system property) 
[metaCacheName=igfs-meta, locNodeId=53722f5a-8505-4bd9-91af-7b4a7324eb50, 
rmtNodeId=6b9e1371-84f1-4b2c-856b-33be541bf039, locIgfsName=other, 
rmtIgfsName=igfs]
        at 
org.apache.ignite.internal.processors.igfs.IgfsProcessor.checkIgfsOnRemoteNode(IgfsProcessor.java:400)
        at 
org.apache.ignite.internal.processors.igfs.IgfsProcessor.onKernalStart(IgfsProcessor.java:198)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:940)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1761)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1595)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1041)
        at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:963)
{code}

I think that *p.1* is incorrect. That create grid that is not available for 
client nodes.

> Multiple IGFS on the same caches.
> ---------------------------------
>
>                 Key: IGNITE-3432
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3432
>             Project: Ignite
>          Issue Type: Bug
>          Components: IGFS
>    Affects Versions: 1.6
>            Reporter: Vasiliy Sisko
>            Assignee: Taras Ledkov
>             Fix For: 1.8
>
>
> # Configure grid with two IGFSs which use the same caches.
> # Run two server nodes. 
> #* Topology is runned. Written data marked in both IGFSs.
> # Run client node.
> #* On node start showed validation message that two IGFSs cannot use the same 
> caches.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to