[appengine-java] Re: Cache stops returning results under heavy load

2009-12-14 Thread Martin Caslavsky
, not newer items that are going into the cache. Also, a deploy should not be causing this to occur. What steps can be taken to reproduce this? What are the size of the blobs, and what load can I use to cause this to happen? On Wed, Dec 9, 2009 at 4:04 PM, Martin Caslavsky mcaslav

[appengine-java] Re: Cache stops returning results under heavy load

2009-12-09 Thread Martin Caslavsky
Yes, cache maps Strings (URLs) to byte[] blobs (RSS feed content). Martin On Dec 10, 12:13 am, Ikai L (Google) ika...@google.com wrote: What kind of objects are you storing the cache? Are you storing large binary objects? On Tue, Dec 8, 2009 at 12:23 AM, Martin Caslavsky mcaslav

[appengine-java] Re: Cache stops returning results under heavy load

2009-12-08 Thread Martin Caslavsky
Sorry, it is dmczum. FYI redeploy of the app helps for a few hours. Martin On Dec 8, 2:20 am, Ikai L (Google) ika...@google.com wrote: Martin, Can you provide your app ID? I'm not able to look up czumdm. On Sun, Dec 6, 2009 at 4:40 PM, Martin Caslavsky mcaslav...@gmail.comwrote: Hi

[appengine-java] Cache stops returning results under heavy load

2009-12-06 Thread Martin Caslavsky
Hi, my java app (czumdm) was over quota, so I enabled billing. First request was processed at 12-06 04:10PM 11.559. App worked correctly -- most request was processed from JCache (logged as execute() skipping) and several request was processed directly (logged as execute()). But as of 12-06