Vasilisa Sidorova created IGNITE-936:
----------------------------------------
Summary: Wrong result for MemcacheRestExample for specific scenario
Key: IGNITE-936
URL:
https://issues.apache.org/jira/browse/IGNITE-936 Project: Ignite
Issue Type: Bug
Affects Versions: sprint-5
Environment: Ubuntu 14.04, community version 1.0.6, build 22, rev. 4b4158f752ee1565539ca4977464f8d7ee6de40b
Reporter: Vasilisa Sidorova
Assignee: Yakov Zhdanov
Fix For: sprint-5
---------------------------------------------
DESCRIPTION
---------------------------------------------
The actual result of example is different from expected in case several nodes are started and example is running several times. If cluster isn't restarted after example execution then new atomic long value each example running increase on 2
---------------------------------------------
STEPS FOR REPRODUCE
---------------------------------------------
1. Run at least one MemcacheRestExampleNodeStartup
2. Run MemcacheRestExample (actual result = expected)
3.Run example one more time
---------------------------------------------
ACTUAL RESULT
---------------------------------------------
Last two result lines have wrong atomic long value:
{noformat}
>>> New atomic long value: 18 (expected: 16).
>>> New atomic long value: 14 (expected: 12).
{noformat}
Look at attached nodes logs
---------------------------------------------
EXPECTED RESULT
---------------------------------------------
Actual atomic long value = expected independent of running's value in the one cluster
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)