You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Alexandr Kuramshin <ei...@gmail.com> on 2017/01/18 04:06:29 UTC

Ignite configuration at runtime

Hi community!

I've found that IgniteConfiguration is not logged even when
-DIGNITE_QUIET=false

When we starting Ignite with path to the xml, or InputStream, we have to
ensure, that all configuration options were properly read. And also we
would like to know actual values of uninitialized configuration properties
(default values), which will be set only after Ignite get started.

Monitoring tools, like Visor or WebConsole, do not show all configuration
options. And even though they will be updated to show all properties, when
new configuration options appear, then tools update will be needed.

So logging IgniteConfiguration in whole is the really needed improvement.

-- 
Thanks,
Alexandr Kuramshin