-
Notifications
You must be signed in to change notification settings - Fork 267
smoketest displaying error running example #475
Conversation
From @kscaldef : FWIW, downgrading the storehaus dependency to 0.8.0 seems to have "fixed" the problem. |
I'll take a look at this |
Any chance this might be related to the Spool change? |
Its related to the util bump, but really its because the version of finagle we have in the build is incompatible with the util version now. I'll open a PR against storehaus with the bump. @Rubam it requires modification to the mysql stuff so if you could sanity check it that would be great. Thanks. |
FYI, storehaus pr : twitter/storehaus#223 |
Me too, I get the same error when running the example Camelia Mar 13, 2014 6:36:46 PM com.twitter.util.RootMonitor$ handle |
Cool! I managed to solve it, following @johnynek 's advice. For anybody else encountering this behaviour, just go to /summingbird/project/Build.scala Then, when you run again it works fine! Camelia |
Did anything get merged here? Github reports no changes? |
I might have done a naughty thing with my fork that confused github. I'm going to re-create the PR. |
Optimize QTree a bunch
Currently, I get this failure trying to run the example:
java.lang.NoSuchMethodError: com.twitter.concurrent.Spool$.syntax(Lcom/twitter/util/Future;)Lcom/twitter/concurrent/Spool$Syntax;
at com.twitter.finagle.memcached.CachePoolCluster$class.com$twitter$finagle$memcached$CachePoolCluster$$appendUpdate(CachePoolCluster.scala:146)
at com.twitter.finagle.memcached.CachePoolCluster$$anonfun$updatePool$2.apply(CachePoolCluster.scala:140)
at com.twitter.finagle.memcached.CachePoolCluster$$anonfun$updatePool$2.apply(CachePoolCluster.scala:138)
at scala.collection.immutable.Set$Set1.foreach(Set.scala:86)
at com.twitter.finagle.memcached.CachePoolCluster$class.updatePool(CachePoolCluster.scala:138)
at com.twitter.finagle.memcached.StaticCachePoolCluster.updatePool(CachePoolCluster.scala:174)
at com.twitter.finagle.memcached.StaticCachePoolCluster.(CachePoolCluster.scala:176)
at com.twitter.finagle.memcached.CachePoolCluster$.newStaticCluster(CachePoolCluster.scala:73)
at com.twitter.finagle.memcached.KetamaClientBuilder.nodes(Client.scala:764)
at com.twitter.finagle.memcached.KetamaClientBuilder.nodes(Client.scala:770)
at com.twitter.summingbird.example.Memcache$.client(Storage.scala:53)