Hey guys,

I've been working on a Task that exports a bunch of datastore entries out 
to GCS and am getting some wacky behavior. Sometimes, the thing fails in 
<30 seconds with a 202 error in the log that I can't catch in the code. 
Sometimes, I get an ApiDeadlineException when trying to get the cursor from 
my iterator after 30 seconds. Other times, I'll get a Java heap space error 
after three or four cursor pulls. There is nothing in my logs that is out 
of the ordinary and I'm not keeping a reference to anything anywhere.

What is causing this completely unpredictable behavior? Is something going 
on with Datastore?

Thanks,

E

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to