Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Bump the version of ostrich and clear create_time from stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed Feb 27, 2012
1 parent 419009c commit 8c41a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/KestrelProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class KestrelProject(info: ProjectInfo) extends StandardServiceProject(info) wit
val utilEval = "com.twitter" % "util-eval" % "1.12.4"
val utilLogging = "com.twitter" % "util-logging" % "1.12.4"

val ostrich = "com.twitter" % "ostrich" % "4.10.0"
val ostrich = "com.twitter" % "ostrich" % "4.10.3"
val naggati = "com.twitter" % "naggati" % "2.1.1" intransitive() // allow custom netty
val netty = "org.jboss.netty" % "netty" % "3.2.6.Final"

Expand Down
1 change: 1 addition & 0 deletions src/main/scala/net/lag/kestrel/PersistentQueue.scala
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ class PersistentQueue(val name: String, persistencePath: String, @volatile var c
Stats.clearGauge(statNamed("age_msec"))
Stats.clearGauge(statNamed("waiters"))
Stats.clearGauge(statNamed("open_transactions"))
Stats.clearGauge(statNamed("create_time"))
Stats.removeMetric(statNamed("set_latency_usec"))
Stats.removeMetric(statNamed("get_timeout_msec"))
Stats.removeMetric(statNamed("delivery_latency_msec"))
Expand Down

0 comments on commit 8c41a90

Please sign in to comment.