Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception thrown from GraphiteReporter using 1.5.10 #1508

Closed
tjcutajar opened this issue Mar 21, 2017 · 0 comments
Closed

Exception thrown from GraphiteReporter using 1.5.10 #1508

tjcutajar opened this issue Mar 21, 2017 · 0 comments

Comments

@tjcutajar
Copy link

I get the following exception when bumping hystrix to 1.5.10

[metrics-graphite-reporter-1-thread-1] ERROR c.codahale.metrics.ScheduledReporter - Exception thrown from GraphiteReporter#report. Exception was suppressed.
java.lang.RuntimeException: Not an event that can be converted to HystrixEventType : COMMAND_MAX_ACTIVE
	at com.netflix.hystrix.HystrixEventType.from(HystrixEventType.java:76)
	at com.netflix.hystrix.HystrixCommandMetrics.getRollingCount(HystrixCommandMetrics.java:258)
	at com.netflix.hystrix.contrib.codahalemetricspublisher.HystrixCodaHaleMetricsPublisherCommand$72.getValue(HystrixCodaHaleMetricsPublisherCommand.java:534)
	at com.netflix.hystrix.contrib.codahalemetricspublisher.HystrixCodaHaleMetricsPublisherCommand$72.getValue(HystrixCodaHaleMetricsPublisherCommand.java:530)
	at com.codahale.metrics.graphite.GraphiteReporter.reportGauge(GraphiteReporter.java:343)
	at com.codahale.metrics.graphite.GraphiteReporter.report(GraphiteReporter.java:243)
	at com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:251)
	at com.codahale.metrics.ScheduledReporter$1.run(ScheduledReporter.java:174)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

Looks like 1489 is the culprit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants