You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:04:09 UTC

[jira] [Closed] (GEODE-6851) ArithmeticException: Div by Zero

     [ https://issues.apache.org/jira/browse/GEODE-6851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Cavender closed GEODE-6851.
--------------------------------

> 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 Ramos
>            Assignee: Juan Ramos
>            Priority: Major
>              Labels: GeodeCommons
>             Fix For: 1.10.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)