[
https://issues.apache.org/jira/browse/IGNITE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov reassigned IGNITE-6305:
---------------------------------------
Assignee: Andrey Gura (was: Vladimir Ozerov)
[~agura], my comments:
1) {{ClusterProcessor.ctor}} - looks like update checker should be enabled by
default and no new property is needed:
{{IgniteSystemProperties.getBoolean(IGNITE_UPDATE_NOTIFIER, true)}}
2) {{GridUpdateNotifier#reportStatus}} - implementation is incorrect, as it
checks for {{equals}}. As a result, if site reports 2.2.0, but I have 2.3.0, I
still will be notified about "new" version. Instead, we should check for
{{IgniteProductVersion#greaterThanEqual}}.
> Need to add update checker to Ignite
> ------------------------------------
>
> Key: IGNITE-6305
> URL: https://issues.apache.org/jira/browse/IGNITE-6305
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Reporter: Dmitriy Setrakyan
> Assignee: Andrey Gura
> Priority: Critical
> Labels: important
> Fix For: 2.3
>
>
> # Ignite should provide an update check on node startup, which will report to
> users if there is a new version available.
> # We can also use the update-checker to count Ignite starts, which will allow
> the community to monitor the health of the project.
> The design is specified in this dev@ thread (make sure to read all the way to
> the end):
> http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSS-Ignite-Update-Checker-td21150.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)