You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2015/12/22 07:34:46 UTC

[jira] [Closed] (IGNITE-2173) Some log.debug() calls in CacheAbstractJdbcStore.java are not protected with if (log.isDebugEnabled())

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

Alexey Kuznetsov closed IGNITE-2173.
------------------------------------
    Assignee:     (was: Michael Griggs)

> Some log.debug() calls in CacheAbstractJdbcStore.java are not protected with if (log.isDebugEnabled())
> ------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-2173
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2173
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.5
>            Reporter: Michael Griggs
>            Priority: Minor
>             Fix For: 1.6
>
>
> e.g., line 1029
> {code}
> log.debug("Write entries to db one by one using update and insert statements [cache name=" +
> {code}
> A side-effect of this is WARNing messages in your log file when these statements are executed:
> {code}
> 2015-12-15 16:19:26 WARN  CacheJdbcPojoStore:463 - Logging at DEBUG level without checking if DEBUG level is enabled: 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)