You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/05/31 19:59:12 UTC

[jira] [Updated] (CASSANDRA-11931) IllegalStateException thrown fetching metrics histograms

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

Philip Thompson updated CASSANDRA-11931:
----------------------------------------
    Fix Version/s: 2.2.x

> IllegalStateException thrown fetching metrics histograms
> --------------------------------------------------------
>
>                 Key: CASSANDRA-11931
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11931
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Eric Evans
>             Fix For: 2.2.x
>
>
> After upgrading to 2.2.6 (from 2.1.13), I'm seeing the following exception while collecting metrics.
> {noformat}
> Caused by: java.lang.IllegalStateException: Unable to compute when histogram overflowed
> 	at org.apache.cassandra.utils.EstimatedHistogram.percentile(EstimatedHistogram.java:199) ~[apache-cassandra-2.2.6.jar:2.2.6]
> 	at org.apache.cassandra.metrics.EstimatedHistogramReservoir$HistogramSnapshot.getValue(EstimatedHistogramReservoir.java:85) ~[na:na]
> 	at com.codahale.metrics.Snapshot.getMedian(Snapshot.java:38) ~[na:na]
> 	at org.apache.cassandra.metrics.CassandraMetricsRegistry$JmxHistogram.get50thPercentile(CassandraMetricsRegistry.java:218) ~[apache-cassandra-2.2.6.jar:2.2.6]
> 	at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source) ~[na:na]
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
> 	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) ~[na:1.8.0_91]
> 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[na:na]
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
> 	at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) ~[na:1.8.0_91]
> 	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112) ~[na:1.8.0_91]
> 	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46) ~[na:1.8.0_91]
> 	at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) ~[na:1.8.0_91]
> 	at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83) ~[na:1.8.0_91]
> 	at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206) ~[na:1.8.0_91]
> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647) ~[na:1.8.0_91]
> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678) ~[na:1.8.0_91]
> 	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445) ~[na:1.8.0_91]
> 	at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76) ~[na:1.8.0_91]
> 	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309) ~[na:1.8.0_91]
> 	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401) ~[na:1.8.0_91]
> 	at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[na:1.8.0_91]
> 	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[na:na]
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_91]
> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_91]
> 	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:324) ~[na:1.8.0_91]
> 	at sun.rmi.transport.Transport$1.run(Transport.java:200) ~[na:1.8.0_91]
> 	at sun.rmi.transport.Transport$1.run(Transport.java:197) ~[na:1.8.0_91]
> 	at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_91]
> 	at sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[na:1.8.0_91]
> 	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568) ~[na:1.8.0_91]
> 	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826) ~[na:1.8.0_91]
> 	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683) ~[na:1.8.0_91]
> 	at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_91]
> 	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682) ~[na:1.8.0_91]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_91]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_91]
> 	at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_91]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)