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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Vladislav Pyatkov created IGNITE-11120:
------------------------------------------

             Summary: Remove static fields from GridDhtLockFuture
                 Key: IGNITE-11120
                 URL: https://issues.apache.org/jira/browse/IGNITE-11120
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov


{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)