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

[jira] [Commented] (IGNITE-1056) Update notifier doesn't work during slow network connection

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

Vasilisa Sidorova commented on IGNITE-1056:
-------------------------------------------

Artem Sh have investigate this problem: look at the attached log received during starting ExampleNodeStartup for ignite-update-notifier branch. 
If PERIODIC_VER_CHECK_CONN_TIMEOUT = 10_000 and network connection is slow reportStatus method run earlier than checkForNewVersion can catch release version from site.
Increasing PERIODIC_VER_CHECK_CONN_TIMEOUT value resolve this problem (in our case we need 16000 ms for get version from site)

> Update notifier doesn't work during slow network connection
> -----------------------------------------------------------
>
>                 Key: IGNITE-1056
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1056
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: sprint-7
>         Environment: Ubuntu 14.04, gridgain-community-fabric-1.1.6, build #111, rev. 7fc5595ac58bdd628a42cf870e59fc31e89e99af
>            Reporter: Vasilisa Sidorova
>            Assignee: Artem Shutak
>             Fix For: sprint-7
>
>         Attachments: ignite-ver_null.log
>
>
> Actual result: If it's slow network connection update notifier  have no enough time to get latest release version from site. So it write one message into log: 
> {noformat}
> [INFO][ignite-update-notifier-timer][GridUpdateNotifier] Update status is not available.
> {noformat}
> Expected result: notifier can get latest release version from site during slow network connection



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