You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Kalinin (JIRA)" <ji...@apache.org> on 2019/01/30 03:57:00 UTC

[jira] [Assigned] (IGNITE-11120) Remove static fields from GridDhtLockFuture

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

Andrey Kalinin reassigned IGNITE-11120:
---------------------------------------

    Assignee: Andrey Kalinin

> Remove static fields from GridDhtLockFuture
> -------------------------------------------
>
>                 Key: IGNITE-11120
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11120
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vladislav Pyatkov
>            Assignee: Andrey Kalinin
>            Priority: Major
>              Labels: newbie
>
> {code}
> /** Logger reference. */
> private static final AtomicReference<IgniteLogger> logRef = new AtomicReference<>();
> /** Logger. */
> private static IgniteLogger log;
> /** Logger. */
> private static IgniteLogger msgLog;
> {code}
>  
> In that case we can to miss log messages, when restart node without restart JVM.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)