Juan José Ramos Cassella created GEODE-6851:
-----------------------------------------------
Summary: ArithmeticException: Div by Zero
Key: GEODE-6851
URL: https://issues.apache.org/jira/browse/GEODE-6851
Project: Geode
Issue Type: Bug
Components: pulse
Reporter: Juan José Ramos Cassella
While updating the clients information per member on {{PULSE}}, there's a
chance of diving by zero:
{noformat}
Exception Occurred while updating cluster data :
java.lang.ArithmeticException: / by zero
at
org.apache.geode.tools.pulse.internal.data.Cluster$Member.updateMemberClientsHMap(Cluster.java:784)
~[classes/:?]
at
org.apache.geode.tools.pulse.internal.data.JMXDataUpdater.updateMemberClient(JMXDataUpdater.java:880)
~[classes/:?]
at
org.apache.geode.tools.pulse.internal.data.JMXDataUpdater.updateData(JMXDataUpdater.java:343)
~[classes/:?]
at
org.apache.geode.tools.pulse.internal.data.Cluster.updateData(Cluster.java:2309)
~[classes/:?]
at org.apache.geode.tools.pulse.internal.data.Cluster.run(Cluster.java:2273)
[classes/:?]
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)