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 with kafka 0.8.2.0 #2

Open
dinoshauer opened this issue Mar 16, 2015 · 2 comments
Open

Exception with kafka 0.8.2.0 #2

dinoshauer opened this issue Mar 16, 2015 · 2 comments

Comments

@dinoshauer
Copy link

Hey I'm getting this exception using kafka 0.8.2.0, are you still supporting this project?

[2015-03-16 10:41:03,311] ERROR Error printing regular metrics: (com.airbnb.metrics.StatsDReporter)
java.util.NoSuchElementException
    at java.util.concurrent.ConcurrentSkipListMap$Iter.advance(ConcurrentSkipListMap.java:2224)
    at java.util.concurrent.ConcurrentSkipListMap$ValueIterator.next(ConcurrentSkipListMap.java:2253)
    at scala.collection.JavaConversions$JIteratorWrapper.next(JavaConversions.scala:575)
    at scala.collection.IterableLike$class.head(IterableLike.scala:90)
    at scala.collection.JavaConversions$JCollectionWrapper.head(JavaConversions.scala:592)
    at kafka.log.Log.logStartOffset(Log.scala:502)
    at kafka.log.Log$$anon$2.value(Log.scala:86)
    at kafka.log.Log$$anon$2.value(Log.scala:85)
    at com.airbnb.metrics.StatsDReporter.processGauge(StatsDReporter.java:198)
    at com.airbnb.metrics.StatsDReporter.processGauge(StatsDReporter.java:51)
    at com.yammer.metrics.core.Gauge.processWith(Gauge.java:28)
    at com.airbnb.metrics.StatsDReporter.printRegularMetrics(StatsDReporter.java:157)
    at com.airbnb.metrics.StatsDReporter.run(StatsDReporter.java:104)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
@alexism
Copy link
Contributor

alexism commented Jun 29, 2015

Hi @dinoshauer ,

since 0.4.0, kafka 0.8.2 is supported. We successfully use it in production.
wanna upgrade and try again?

@dinoshauer
Copy link
Author

Wonderful! It will have to wait a while though, for some reason it's not that easy for our cluster to survive reboots with live consumers and producers without having a long downtime :\

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