You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgenii Zhuravlev (JIRA)" <ji...@apache.org> on 2018/07/17 12:35:00 UTC

[jira] [Created] (IGNITE-9019) Ignite prints redundant warnings on node start

Evgenii Zhuravlev created IGNITE-9019:
-----------------------------------------

             Summary: Ignite prints redundant warnings on node start
                 Key: IGNITE-9019
                 URL: https://issues.apache.org/jira/browse/IGNITE-9019
             Project: Ignite
          Issue Type: Bug
            Reporter: Evgenii Zhuravlev


It's scary to see so many warnings when you start node with default configuration:

[WARN ][main][TcpCommunicationSpi] Message queue limit is set to 0 which may lead to potential OOMEs when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due to message queues growth on sender and receiver sides.
[WARN ][main][NoopCheckpointSpi] Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation)
[WARN ][main][GridCollisionManager] Collision resolution is disabled (all jobs will be activated upon arrival).
[WARN ][main][IgniteKernal] Peer class loading is enabled (disable it in production for performance and deployment consistency reasons)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)