Hi,

recently we encounter this error. i have a gae app with a number of (50+)
entities kinds and data and around 100+ indexes. the data would be removed /
updated / added by the application normally. however, there are about 5
particular entries (out of thousands other entries )of one of the entity
kind, when there are some updates operated on those entries, we would
encounter server error (transaction too large) . those particular entries
shouldn't be specially large or different than other data.


we then try to directly update one of its string field (just a string field)
of these particular entries through gae admin console data viewer, and, we
would always get


Server Error

A server error has occurred.

Return to Applications screen ยป <http://appengine.google.com/>


since there are quite a number of indexes that built with that string field,
it could be expected that updating that string field could involve more
index building operations. however, even if it's more involving, we dont
expect it shall always returns failure. and other entries in the same entity
can be updated normally. now, we have no way to update those entries.


can anyone advise

- is there any way we could update those data through other means?

- any possible causes for such strange behavior? since in terms of storage
and indexing gae should be a black box distributed system to us, we dont
(and dont need to) understand the underlying distributed persistent /
indexing implementations / limitations. or this could potentially be a bug?


If anyone from google can help solving this prb, we could provide further
information (app id, the key of those problematic entries etc.) . thx in
advanced!


- eric

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to