ckrintz / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Java memcache API stats differences #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by shattere...@gmail.com on 17 Dec 2009 at 8:50

GoogleCodeExporter commented 9 years ago
The Google App Engine memcache API exposes two statistics to the user that are 
not
found in the memcache(d) stats:

total number of items currently in memcache

time of the oldest item in memcache

The local SDK gets around the first stat by keeping a counter of the live items 
in
memcache, but for the second it simply returns the lifetime of the cache itself.

Will change our implementation to just return zero for both values until these 
are
both implemented (currently it returns the total number of items ever in 
memcache and
the time of the cache, respectively).

Original comment by shattere...@gmail.com on 17 Dec 2009 at 8:51

GoogleCodeExporter commented 9 years ago
Changed owner to Yiming for now since it's a Java GAE issue.

Original comment by shattere...@gmail.com on 27 Jan 2010 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by nlak...@gmail.com on 6 Sep 2011 at 9:25