You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2019/08/25 15:40:00 UTC

[jira] [Reopened] (GEODE-7083) Add basic stats to PeerTypeRegistration

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

Owen Nichols reopened GEODE-7083:
---------------------------------

I am now encountering NPE:
{noformat}
java.lang.NullPointerException
  at org.apache.geode.pdx.internal.PeerTypeRegistration.getLocalSize(PeerTypeRegistration.java:787)
  at org.apache.geode.internal.statistics.StatisticsImpl.updateSuppliedValues(StatisticsImpl.java:520)
  at org.apache.geode.internal.statistics.CallbackSampler.sampleCallbacks(CallbackSampler.java:67)
  at org.apache.geode.internal.statistics.CallbackSampler.lambda$start$0(CallbackSampler.java:54)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
...{noformat}

> Add basic stats to PeerTypeRegistration
> ---------------------------------------
>
>                 Key: GEODE-7083
>                 URL: https://issues.apache.org/jira/browse/GEODE-7083
>             Project: Geode
>          Issue Type: Improvement
>          Components: serialization
>            Reporter: Jacob S. Barrett
>            Assignee: Jacob S. Barrett
>            Priority: Major
>             Fix For: 1.11.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> PeerTypeRegistration does not have any statistics. Add basic stats for define, create and size of registry. 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)