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

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

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-3632  IGFS: Use task execution for PARTITIONED cache when metadata 
is co-located and current node is not affinity node.

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-3632

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

    https://github.com/apache/ignite/pull/969.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 #969
    
----
commit 1d0cbb45cd61c5c8e6ec926d7e629eb94111b32f
Author: vd-pyatkov <vpyat...@gridgain.com>
Date:   2016-08-11T05:43:50Z

    IGNITE-3618: Client can not load data after server restarts. This closes 
#941.

commit 1139a9f76b5d37073261d729a15b1fbec674d48d
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-11T05:47:48Z

    Added missing license.

commit 0b4ffdbcce63e5ce53572f71af967cff300d5670
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-14T15:18:40Z

    IGNITE-2852: Fixed TreeMap and TreeSet serialization.

commit 89bce0fc5cb3dba56626c7088e607d0b25c3353c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-30T10:14:16Z

    IGNITE-3021: IGFS: Fixed failiing 
IgfsStreamsSelfTest.testCreateFileColocated() test. Failure as caused by 
misconfiguration.

commit 78aa065b4c7b05381b1fa31159b74969ec4a2bfe
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-21T10:15:35Z

    IGNITE-826: Removed HadoopHashMapSelfTest.testAllocation() as it tested 
nothing.

commit f87ca482420fc1e6ffcb000a227717142d24e270
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-21T10:15:41Z

    IGNITE-826: Removed HadoopHashMapSelfTest.testAllocation() as it tested 
nothing.

commit 9ddf9d846f52a4e8fc433643409993884c70ce37
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-21T13:00:45Z

    IGNITE-466: IGFS: Added "IgfsMode mode(IgfsPath)" method.

commit dc81069ba9ebb88bc11cf6917e8733cc1f6de2fb
Author: Ivan Veselovskiy <iveselovs...@gridgain.com>
Date:   2016-08-02T08:11:24Z

    IGNITE-3343: IGFS: Secondary file system is not queried for statuses during 
MKDIRS and CREATE operations. This closes #896.

commit ae54e36f27719f46d1d276f62a977c3f8d053b44
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-04T14:04:41Z

    IGNITE-3331 IGFS: Route client tasks to primary node when metadata 
co-location is enabled. This closes #921.

commit 970137b1db7dc6c5e546581e22e428ae15c86513
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-05T12:05:32Z

    IGNITE-3631: IGFS: Now metadata co-location is used for PARTITIONED cache 
as well.

commit 4d876a7560060c892908da447178e97bfe12ca9c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-05T12:05:43Z

    IGNITE-3631: IGFS: Now metadata co-location is used for PARTITIONED cache 
as well.

commit f5a040a01280c654df1fc4789cc39ff1ac2d32a4
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-09T07:01:56Z

    IGNITE-3332: IGFS: Optimized file unlock routine with help of a client 
callable. This closes #916.

commit 5cf3bea32a25ccc78641f083aa7f1ac81b4187ba
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-15T10:40:41Z

    IGNITE-1926: IGFS: Implemented local secondary file system.

commit 278633eced6d8039b5be4a18eefe6c65650aba4f
Author: Yakov Zhdanov <yzhda...@gridgain.com>
Date:   2016-08-15T11:27:22Z

    IGNITE-3688: Fixed visiblity issue in GridCacheIoManager.idxClsHandlers.

commit 09a3922d57f9a4c8fbe6c1056f3ea128869c250e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-16T09:52:09Z

    IGNITE-3692: IGFS: Test fixes.

commit 476081b9171b1b8e5ec0a1ffd7e87092da3601d6
Author: Tikhonov Nikolay <tikhonovnico...@gmail.com>
Date:   2016-08-17T11:31:20Z

    Fixed isReadFromBackup behaviour for transaction. This closes #955.

commit 47092ea84c743e0696dd12bd553e91f0a7680384
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-18T13:01:14Z

    cosmetic: add @Override

commit f11e6adb08cb3c300e4369b0cec31376bd7eebb0
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-18T14:25:57Z

    IGNITE-3632 IGFS: Use task execution for PARTITIONED cache when metadata is 
co-located and current node is not affinity node.

----


> IGFS: Use task execution for PARTITIONED cache when metadata is co-located 
> and current node is not affinity node.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3632
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3632
>             Project: Ignite
>          Issue Type: Task
>          Components: IGFS
>    Affects Versions: 1.6
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>             Fix For: 1.8
>
>
> If the following conditions are valid:
> 1) Metadata cache is PARTITIONED
> 2) Metadata co-location is enabled
> 3) Current node is not primary node
> Then we should use client task execution because this situation is 
> indistinguishable from running IGFS method on a client node.



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

Reply via email to