Search code examples
ignite

How to disable Ignite's GridUpdateNotifier


How to disable GridUpdateNotifier?

After I start my application with embedded Ignite (using Spring), eventually i will get this message in the log: ignite-update-notifier-timer Your version is up to date

I've tried to set environment variable ignite.update.notifier.enabled.by.default to false, but it didn't help.


Solution

  • Apparently name of this environment variable have changed. Now it's IGNITE_UPDATE_NOTIFIER defined in IgniteSystemProperties