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

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

    [ https://issues.apache.org/jira/browse/IGNITE-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956192#comment-14956192 ] 

tc_commenter commented on IGNITE-1545:
--------------------------------------

There was triggered next test builds for last attached patch-file:
01. http://204.14.53.153/viewQueued.html?itemId=109911 - Ignite AOP
02. http://204.14.53.153/viewQueued.html?itemId=109912 - Ignite Basic
03. http://204.14.53.153/viewQueued.html?itemId=109913 - Ignite Cache
04. http://204.14.53.153/viewQueued.html?itemId=109914 - Ignite Cache 2
05. http://204.14.53.153/viewQueued.html?itemId=109915 - Ignite Cache 3
06. http://204.14.53.153/viewQueued.html?itemId=109916 - Ignite Cache 4
07. http://204.14.53.153/viewQueued.html?itemId=109917 - Ignite Cache Expiry Policy
08. http://204.14.53.153/viewQueued.html?itemId=109918 - Ignite Cache Failover
09. http://204.14.53.153/viewQueued.html?itemId=109919 - Ignite Cache Failover Multi JVM
10. http://204.14.53.153/viewQueued.html?itemId=109920 - Ignite Cache Failover2
11. http://204.14.53.153/viewQueued.html?itemId=109921 - Ignite Cache Full API
12. http://204.14.53.153/viewQueued.html?itemId=109922 - Ignite Cache Full API Multi JVM
13. http://204.14.53.153/viewQueued.html?itemId=109923 - Ignite Cache Full API Portable
14. http://204.14.53.153/viewQueued.html?itemId=109924 - Ignite Cache Portable
15. http://204.14.53.153/viewQueued.html?itemId=109925 - Ignite Cache Query Portable
16. http://204.14.53.153/viewQueued.html?itemId=109926 - Ignite Cache Restarts
17. http://204.14.53.153/viewQueued.html?itemId=109927 - Ignite Cache Tx Recovery
18. http://204.14.53.153/viewQueued.html?itemId=109928 - Ignite Cloud
19. http://204.14.53.153/viewQueued.html?itemId=109929 - Ignite Compute Grid
20. http://204.14.53.153/viewQueued.html?itemId=109930 - Ignite Data Strucutures
21. http://204.14.53.153/viewQueued.html?itemId=109931 - Ignite Examples
22. http://204.14.53.153/viewQueued.html?itemId=109932 - Ignite GCE
23. http://204.14.53.153/viewQueued.html?itemId=109933 - Ignite Geospacial Indexing
24. http://204.14.53.153/viewQueued.html?itemId=109934 - Ignite H2 Indexing
25. http://204.14.53.153/viewQueued.html?itemId=109935 - Ignite Hadoop
26. http://204.14.53.153/viewQueued.html?itemId=109936 - Ignite Hibernate
27. http://204.14.53.153/viewQueued.html?itemId=109937 - Ignite IGFS
28. http://204.14.53.153/viewQueued.html?itemId=109938 - Ignite IGFS Examples
29. http://204.14.53.153/viewQueued.html?itemId=109939 - Ignite IGFS Linux and MacOS
30. http://204.14.53.153/viewQueued.html?itemId=109940 - Ignite Java Client
31. http://204.14.53.153/viewQueued.html?itemId=109941 - Ignite JDBC Driver
32. http://204.14.53.153/viewQueued.html?itemId=109942 - Ignite JTA
33. http://204.14.53.153/viewQueued.html?itemId=109943 - Ignite Logging
34. http://204.14.53.153/viewQueued.html?itemId=109944 - Ignite Portables Basic
35. http://204.14.53.153/viewQueued.html?itemId=109945 - Ignite Queries
36. http://204.14.53.153/viewQueued.html?itemId=109946 - Ignite Scalar Examples
37. http://204.14.53.153/viewQueued.html?itemId=109947 - Ignite SPI
38. http://204.14.53.153/viewQueued.html?itemId=109948 - Ignite Spring
39. http://204.14.53.153/viewQueued.html?itemId=109949 - Ignite Start Nodes
40. http://204.14.53.153/viewQueued.html?itemId=109950 - Ignite URI Deploy SPI
41. http://204.14.53.153/viewQueued.html?itemId=109951 - Ignite Visor Console
42. http://204.14.53.153/viewQueued.html?itemId=109952 - Ignite WebSessions
43. http://204.14.53.153/viewQueued.html?itemId=109953 - JCache TCK


> 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)