You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/01/31 13:48:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-11120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16757242#comment-16757242 ] 

Ignite TC Bot commented on IGNITE-11120:
----------------------------------------

{panel:title=--&gt; Run :: All: No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=2948385&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {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)