You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Swetha <rs...@gmail.com> on 2018/03/29 09:43:15 UTC

Error while activating the ignite cluster.

Im trying to activate the cluster while loading data into ignite cache. It is
hanging forever. 
Im found below logs in /Ignite_Home/work/logs/***.log

Metrics for local node (to disable set 'metricsLogFrequency' to 0)
    ^-- Node [id=d8b1c981, uptime=03:22:00.946]
    ^-- H/N/C [hosts=2, nodes=2, CPUs=48]
    ^-- CPU [cur=0.03%, avg=0%, GC=0%]
    ^-- PageMemory [pages=0]
    ^-- Heap [used=165MB, free=82.62%, comm=952MB]
    ^-- Non heap [used=49MB, free=-1%, comm=50MB]
    ^-- Public thread pool [active=0, idle=2, qSize=0]
    ^-- System thread pool [active=0, idle=1, qSize=0]
    ^-- Outbound messages queue [size=0]

Above error is repeatedly printed in the logs. Please help.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Error while activating the ignite cluster.

Posted by Green <15...@163.com>.
Hi
  It is not a error.
  You can set 'metricsLogFrequency' to 0.

  IgniteConfiguration cfg = new IgniteConfiguration();
  cfg.setMetricsLogFrequency(0L)



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/