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)