[ 
https://issues.apache.org/jira/browse/IGNITE-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Kuznetsov reassigned IGNITE-11752:
-----------------------------------------

    Assignee:     (was: Alexey Kuznetsov)

> Refactor usages of "System.getenv(key)" to 
> IgniteSystemProperties.getString(key)
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-11752
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11752
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>            Reporter: Alexey Kuznetsov
>            Priority: Major
>
> IgniteSystemProperties.getString(key) implemented as:
>  1. Try to get property from System.properties.
>  2. If not found - try to get from System.getenv
> In Java you could easily override System.properties from code, for testing 
> purposes, for example, but it is almost impossible to do the same for 
> environment variables.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to