You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2015/06/16 12:03:01 UTC

[jira] [Commented] (IGNITE-1010) Wrong result for ServiceExample when it start without remote node

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

Yakov Zhdanov commented on IGNITE-1010:
---------------------------------------

Fix should be the following:
# limit join timeout for examples using client connection
# on joint timeout exception - output proper warning and terminate example

For list of examples search "Ignition.setClient" in examples module.

> Wrong result for ServiceExample when it start without remote node
> -----------------------------------------------------------------
>
>                 Key: IGNITE-1010
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1010
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: sprint-6
>         Environment: Ubuntu 14.04/Win7, community version 1.1.2, build 86, rev. 420b6bd82501a3f47388865ecbdf53ce1162462c
>            Reporter: Vasilisa Sidorova
>            Assignee: Yakov Zhdanov
>             Fix For: sprint-5, sprint-6
>
>         Attachments: ignite-6dc4264d.log
>
>
> ---------------------------------------------
> DESCRIPTION
> ---------------------------------------------
> Service Example doesn't stop running if it's running without remote node
> ---------------------------------------------
> STEPS FOR REPRODUCE
> ---------------------------------------------
> 1. Run ServiceExample
> ---------------------------------------------
> ACTUAL RESULT
> ---------------------------------------------
> Example doesn't stop running. There is TcpDiscoverySpi warning in the example's node log:
> {noformat}
> [22:32:13,759][WARN ][tcp-client-disco-msg-worker-#4%null][TcpDiscoverySpi] Failed to connect to any address from IP finder (will retry to join topology in 2000ms): [/127.0.0.1:47507, /127.0.0.1:47504, /127.0.0.1:47502, /127.0.0.1:47501, /127.0.0.1:47505, /127.0.0.1:47509, /127.0.0.1:47506, /127.0.0.1:47508, /127.0.0.1:47503, /127.0.0.1:47500]
> {noformat}
> Look at the attached log
> ---------------------------------------------
> EXPECTED RESULT
> ---------------------------------------------
> Example stop running with message: "Server nodes not found (start data nodes with ExampleNodeStartup class)"
> ---------------------------------------------
> ADDITIONAL INFO
> ---------------------------------------------
> 1. This is recent issue. It wasn't reproducible for community version 1.0.6 build #22, rev. 4b4158f752ee1565539ca4977464f8d7ee6de40b
> 2. The same  behavior is for streaming examples (StreamVisitorExample,  StreamTransformerExample)



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