Issue 9110:
Application ID : gochild2009.appspot.com My app is running fine for months. Today it starts to give error on "Exceeded maximum allocated IDs" with datastore put. Is this something new with appengine quota and limitation? What is the quota for allocated IDs?
I found another kind which gives "Exceeded maximum allocated IDs". This kind only has 2545 entities. Looking at the id sequence, at around 1223 entity id=6070550, the next entity id=9223259787545785651 and increasing. The id generator is behaving strangely.
I have a kind which shows the time of id jump as shown below. id=6045690, 2011-11-17 03:24:34.576000 id=9223259787545788651, 2011-11-18 16:09:36.499000
Another kind shows the id jump at about the same time. id=6071550, 2011-11-18 06:00:31.469000 id=9223259787545787652, 2011-11-18 15:51:32.743000
--
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 google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Kinds in my app with key generated by myself still function well. Kinds which I let datastore generate key automatically all has "Exceeded maximum allocated IDs" problem now.