Hey Hazelcast DEV/experts,
I am using 3.1.4. The value of property "hazelcast.health.monitoring.delay.seconds" is set to 5. But on a node, for over 30 seconds(please compare the highlighted timestamps below), hazelcast HealthMonitor doesn't print any log. What happened? I couldn't find anything suspicious from the log. Below I copied the HealthMonitor printout fyi. Can you please advise?
2014-08-04 13:07:49,953 INFO [com.hazelcast.util.HealthMonitor] (hz._hzInstance_1_prod.HealthMonitor:) [node1]:5701 [prod] memory.used=411.1M, memory.free=612.9M, memory.total=1024.0M, memory.max=2.9G, memory.used/total=40.15%, memory.used/max=13.70%, load.process=4.00%, load.system=3.00%, load.systemAverage=4.00%, thread.count=36, thread.peakCount=58, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operation.size=0, executor.q.response.size=0, operations.remote.size=0, operations.running.size=29, proxy.count=1, clientEndpoint.count=0, connection.active.count=17, connection.count=7
2014-08-04 13:08:27,468 INFO [com.hazelcast.util.HealthMonitor] (hz._hzInstance_1_prod.HealthMonitor:) [node1]:5701 [prod] memory.used=414.1M, memory.free=609.9M, memory.total=1024.0M, memory.max=2.9G, memory.used/total=40.44%, memory.used/max=13.80%, load.process=5.00%, load.system=5.00%, load.systemAverage=468.00%, thread.count=53, thread.peakCount=58, event.q.size=382, executor.q.async.size=0, executor.q.client.size=0, executor.q.operation.size=94, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operation.size=0, executor.q.response.size=0, operations.remote.size=3, operations.running.size=29, proxy.count=1, clientEndpoint.count=0, connection.active.count=22, connection.count=7
Thanks a lot in advance!