Vasilisa Sidorova created IGNITE-3956:
------------------------------------------
Summary: Nuget examples for LinqPad fail 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
---------------------------------------------
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)