You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Shtykh (JIRA)" <ji...@apache.org> on 2015/10/14 05:29:05 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shtykh reassigned IGNITE-1545:
------------------------------------

    Assignee: Roman Shtykh

> 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
>            Assignee: Roman Shtykh
>            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)