You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasilisa Sidorova (JIRA)" <ji...@apache.org> on 2016/09/27 15:02:21 UTC

[jira] [Assigned] (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:all-tabpanel ]

Vasilisa  Sidorova reassigned IGNITE-3956:
------------------------------------------

    Assignee: Vasilisa  Sidorova

> .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: Vasilisa  Sidorova
>            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)