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.


On Thursday, April 4, 2013 8:40:28 PM UTC+8, GoSharp Lite wrote:
>
> The code is a simple datastore.put(entity). I'm getting close to find the 
> problem. The kind which gives "Exceeded maximum allocated IDs" only 
> has 1483 entities, but the last entity id=9223259787550119662. This is almost 
> 2^63, which is the limit. I have been using this kind since 2010, it seems 
> the ID generator might be root cause of this error. 
>
> On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>>
>> What is the relevant code (and values) that experience this exception? 
>>
>>
>> On Apr 4, 10:13 am, GoSharp Lite <gosharpl...@gmail.com> wrote: 
>> > *This might be a JDO limitation. Is there a setting to increase maximum 
>> > allocation IDs?* 
>> > 
>> > java.lang.IllegalArgumentException: Exceeded maximum allocated IDs 
>> > at 
>> > 
>> org.datanucleus.api.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:488)
>>  
>>
>> > at 
>> > 
>> org.datanucleus.api.jdo.JDOPersistenceManager.jdoMakePersistent(JDOPersistenceManager.java:736)
>>  
>>
>> > at 
>> > 
>> org.datanucleus.api.jdo.JDOPersistenceManager.makePersistent(JDOPersistenceManager.java:756)
>>  
>>
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
>> > 
>> > > *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? 
>>
>

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.


Reply via email to