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 2016/09/26 16:36:20 UTC

[jira] [Commented] (IGNITE-3956) .NET: NuGet examples for LinqPad failed for specific scenario

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

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

GitHub user ptupitsyn opened a pull request:

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

    IGNITE-3956 .NET: Fix cache creation in LINQPad examples

    

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

    $ git pull https://github.com/ptupitsyn/ignite ignite-3956

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

    https://github.com/apache/ignite/pull/1116.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 #1116
    
----
commit 38d1d0491ab9e6858a58b90d0e5d892d9fc0e284
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-09-26T08:04:56Z

    IGNITE-3876: ODBC: Better handling of NULL values for output parameters. This closes #1099.

commit 548fe6a3fe4d38caebe3b45366f3e812b035d006
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-26T09:05:07Z

    IGNITE-3333: IGFS: Now it is possible to use ATOMIC cache for data blocks when fragmentizer it disabled. This closes #1108.

commit 8032fc2c8a7cf9f404eb75c65164bb2900aab79d
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-26T09:31:30Z

    IGNITE-3912: Hadoop: Implemented new class loading architecture for embedded execution mode.

commit 33a6878eccd60f86648067901613b713ef3bb71f
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-09-26T11:56:51Z

    IGNITE-3491 .NET: Allow type name without assembly for type properties in app.config

commit a4a933eb708dadb6b67f6c062db32ffeef819184
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-09-26T14:41:57Z

    IGNITE-3883: ODBC: Implemented data-at-execution dialog. This closes #1073.

commit 510d6105a9c90591ac2bb4247d85b2e1f40a36a8
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-09-26T16:27:23Z

    IGNITE-3956 .NET: NuGet examples for LinqPad failed for specific scenario

----


> .NET: NuGet examples for LinqPad failed for specific scenario
> -------------------------------------------------------------
>
>                 Key: IGNITE-3956
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3956
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.6
>         Environment: Win7, Apache Ignite 1.6.8, LINQPad 4
>            Reporter: Vasilisa  Sidorova
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .net
>             Fix For: 1.8
>
>         Attachments: LINQPad 4_exampleError.png
>
>
> ---------------------------------------------
> DESCRIPTION
> ---------------------------------------------
> Nuget examples for LinqPad fail if they are running one-by-one with pure Java node. Proposal: remove "CreateCache" method by "GetOrCreateCache" and/or get different names to caches from different examples
> ---------------------------------------------
> STEPS FOR REPRODUCE
> ---------------------------------------------
> # In the  default-config.xml  add properties dor class org.apache.ignite.configuration.IgniteConfiguration:
> {noformat}
> <property name="binaryConfiguration">
>           <bean class="org.apache.ignite.configuration.BinaryConfiguration">
>               <property name="compactFooter" value="true"/>
>               <property name="idMapper">
>                   <bean class="org.apache.ignite.binary.BinaryBasicIdMapper">
>                       <constructor-arg value="true"/>
>                   </bean>
>               </property>
>               <property name="nameMapper">
>                   <bean class="org.apache.ignite.binary.BinaryBasicNameMapper">
>                       <constructor-arg value="true"/>
>                   </bean>
>               </property>
>           </bean>
>  </property>
> {noformat}
> # Run pure Java node (ignite.bat)
> # Run LinqPad 4
> # Add  Apache.Ignite package
> # Go to  "Samples" Tab -> run all examples from nuget -> Apache.Ignite and nuget -> Apache.Ignite.Linq
> ---------------------------------------------
> ACTUAL RESULT
> ---------------------------------------------
> Query and PutGet examples fail with "Failed to start cache" exception. Look at the attached picture 
> ---------------------------------------------
> EXPECTED RESULT
> ---------------------------------------------
> Examples can be runnable on the one pure Java node many times without any exceptions



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