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 2018/08/18 23:48:00 UTC

[jira] [Commented] (IGNITE-9301) Support method compute withNoResultCache in .Net

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

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

GitHub user alexzaitzev opened a pull request:

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

    IGNITE-9301: Support method compute WithNoResultCache in .Net

    Realized method WithNoResultCache in .NET client

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

    $ git pull https://github.com/alexzaitzev/ignite IGNITE-9301

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

    https://github.com/apache/ignite/pull/4570.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 #4570
    
----
commit 1671c3676c20407b86f074925ec9f000389125d8
Author: alexzaitzev <ma...@...>
Date:   2017-09-21T09:17:44Z

    Fixed error when path to ignite folder contains whitespaces

commit 9b279c9030584d0f5723ff923e9205b7b14e1114
Author: alexzaitzev <ma...@...>
Date:   2017-09-22T15:30:50Z

    Fixed error when path to ignite folder contains whitespaces (for Windows batch files)

commit 72cc88bfc6168abe8a345112fb222df1238ee48c
Author: alexzaitzev <ma...@...>
Date:   2017-09-22T16:00:43Z

    Fixed condition operator for paths with spaces

commit f779795aee215cc1b076c1f34e34eee83d84b745
Author: alexzaitzev <ma...@...>
Date:   2017-09-25T07:26:56Z

    Returned full path to java.exe

commit e18b9d4e35378b8a96eef2dcdc572e4c6f76afc2
Author: alexzaitzev <ma...@...>
Date:   2018-01-30T19:48:37Z

    Merge branch 'IGNITE-898'
    
    # Conflicts:
    #	bin/ignite.bat
    #	bin/include/parseargs.bat

commit 80d6330a734a2cff6c429a172158776295a54082
Author: alexzaitzev <ma...@...>
Date:   2018-02-12T21:57:33Z

    Merge remote-tracking branch 'upstream/master'

commit 3ffc5550552f569124f0f4ba0a1d478ace4ef449
Author: Зайцев Алексей <az...@...>
Date:   2018-02-20T08:00:51Z

    Merge branch 'master' of https://github.com/apache/ignite

commit cc091c20310fe56c38a6847d4dae6db0966ec6a9
Author: alexzaitzev <ma...@...>
Date:   2018-07-20T09:48:44Z

    Fixed conflict

commit e481299dc1592af68b444bb889af53ad65de5cdd
Author: alexzaitzev <ma...@...>
Date:   2018-07-20T09:48:54Z

    Merge branch 'master' of https://github.com/apache/ignite

commit 37f4a7a16ddac5896a86b31c4bf63fffb599c891
Author: alexzaitzev <ma...@...>
Date:   2018-08-16T19:03:59Z

    Merge branch 'master' of https://github.com/apache/ignite

commit 049c74881ba9135f8975b2d670e8062f2c838b03
Author: Aleksei Zaitsev <ma...@...>
Date:   2018-08-18T23:29:47Z

    Was supported method compute WithNoResultCache in .Net

----


> Support method compute withNoResultCache in .Net
> ------------------------------------------------
>
>                 Key: IGNITE-9301
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9301
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>            Reporter: Dmitriy Pavlov
>            Assignee: Aleksei Zaitsev
>            Priority: Major
>
> During https://issues.apache.org/jira/browse/IGNITE-6284 implementation new method was added -
> org.apache.ignite.IgniteCompute#withNoResultCache
> but this method was not supported in .NET API version.
> It is required to add correct support to .NET.
> Please remove method name from UnneededMethods in modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/ComputeParityTest.cs once issue is done



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)