You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Michael Griggs (JIRA)" <ji...@apache.org> on 2015/12/15 17:30:46 UTC

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

Michael Griggs created IGNITE-2173:
--------------------------------------

             Summary: 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


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)