You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2019/08/16 12:28:00 UTC

[jira] [Commented] (IGNITE-12073) The doc should mention IGNITE_UPDATE_NOTIFIER has no effect if you're not the first node that started up

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

Alexey Goncharuk commented on IGNITE-12073:
-------------------------------------------

I suggest the following edit for the javadoc:
{code}
* If this system property is set to {@code false} - no checks for new versions will
* be performed by Ignite. By default, Ignite periodically checks for the new
* version and prints out the message into the log if a new version of Ignite is
* available for download.
*
* Update notifier enabled flag is a cluster-wide value and determined according to the local setting 
* during the start of the first node in the cluster. The chosen value will survive the first node shutdown 
* and will override the property value on all newly joining nodes.
{code}

> The doc should mention IGNITE_UPDATE_NOTIFIER has no effect if you're not the first node that started up
> --------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-12073
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12073
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: chin
>            Assignee: Alexey Goncharuk
>            Priority: Major
>              Labels: javadoc
>
> It drove me crazy
> I wanted to disable the auto update check.
> I found this page
> [https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteSystemProperties.html#IGNITE_UPDATE_NOTIFIER]
>  
> spent a few hours trying to set the system property in different ways but couldn't get the update notification to go away.
>  
> Then I found IGNITE-2350.
>  
> That info should be mentioned clearly in the docs.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)