[
https://issues.apache.org/jira/browse/IGNITE-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14989714#comment-14989714
]
Denis Magda commented on IGNITE-1545:
-------------------------------------
Roman, thanks for the contribution!
Reviewed, merged to 1.5 and master branch.
Vasilisa, please double check.
> 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
> Attachments: ignite-1545.patch
>
>
> ---------------------------------------------
> 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)