You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2015/07/24 16:39:04 UTC

[jira] [Created] (IGNITE-1157) Ignite startup in client mode silently hanging

Yakov Zhdanov created IGNITE-1157:
-------------------------------------

             Summary: Ignite startup in client mode silently hanging
                 Key: IGNITE-1157
                 URL: https://issues.apache.org/jira/browse/IGNITE-1157
             Project: Ignite
          Issue Type: Bug
            Reporter: Yakov Zhdanov
            Priority: Critical


See this thread on dev list {{Ignite startup in client mode silently hanging}}.

Fix should be:
# need to overload {{LT.warn()}} - Add {{boolean quiet}} parameter to {{LogThrottle.warn()}}. If {{true}} then use {{U.quietAndWarn()}} instead of {{U.warn()}}
# set this parameter to {{true}}
## org/apache/ignite/spi/discovery/tcp/ClientImpl.java:437
## and org/apache/ignite/spi/discovery/tcp/ServerImpl.java:834



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