You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vasilisa Sidorova (JIRA)" <ji...@apache.org> on 2015/09/24 20:03:04 UTC

[jira] [Created] (IGNITE-1545) Java8 MessagingExample should be optimized

Vasilisa  Sidorova created IGNITE-1545:
------------------------------------------

             Summary: Java8 MessagingExample should be optimized
                 Key: IGNITE-1545
                 URL: https://issues.apache.org/jira/browse/IGNITE-1545
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: ignite-1.4
         Environment: Ubuntu 14.04, community build 1.4.0 #305
            Reporter: Vasilisa  Sidorova
            Priority: Trivial


---------------------------------------------
DESCRIPTION
---------------------------------------------
When Java8 MessagingExample start without remote nodes it's get "Please start at least 2 cluster nodes to run example." twice. There is 3 needless system.out.println as the same print is in checkMinTopologySize method
---------------------------------------------
STEPS FOR REPRODUCE
---------------------------------------------
1. Run Java8 MessagingExample
---------------------------------------------
ACTUAL RESULT
---------------------------------------------
{noformat}
>>> Please start at least 2 cluster nodes to run example.

>>> Please start at least 2 cluster nodes to run example.
{noformat}
---------------------------------------------
EXPECTED RESULT
---------------------------------------------
{noformat}
>>> Please start at least 2 cluster nodes to run example.
{noformat}

like for all anothers Java7 and Java8 Messaging Examples



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