You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanilovsky Evgeny (Jira)" <ji...@apache.org> on 2020/07/21 09:31:00 UTC

[jira] [Created] (IGNITE-13278) Forgotten logger isInfoEnabled check.

Stanilovsky Evgeny created IGNITE-13278:
-------------------------------------------

             Summary: Forgotten logger isInfoEnabled check.
                 Key: IGNITE-13278
                 URL: https://issues.apache.org/jira/browse/IGNITE-13278
             Project: Ignite
          Issue Type: Improvement
          Components: general
    Affects Versions: 2.8.1
            Reporter: Stanilovsky Evgeny
            Assignee: Stanilovsky Evgeny



In RO tests with enabled -ea we can obtain near assertion:
{code:java}
java.lang.AssertionError: Logging at INFO level without checking if INFO level is enabled: Cluster state was changed from ACTIVE to ACTIVE
	at org.apache.ignite.testframework.junits.logger.GridTestLog4jLogger.info(GridTestLog4jLogger.java:481) ~[ignite-core-tests.jar]
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)