I'm getting some very confusing behavior regarding indexes in my app.
Maybe someone can help me figure out what's going on.

I have a persistent entity, GameDataV1. I'd pushed several versions of
my app to appspot with no issues until last week. Then, after a push,
all indexes for GameDataV1 were gone. I could still query it based on
the index in a dependent object, but all queries on fields in
GameDataV1 failed. I tried pushing a new version to no avail.

This evening I tried inspecting the datastore-indexes-auto.xml file
running locally out of eclipse. I deleted the DB and indexes to start
with a clean slate. In general, the first time I execute a query
requiring an index, I see that index show up in the XML file. But
periodically I'll run a query and the file will collapse to an empty
datastore-indexes element. Queries continue to execute without error,
but return 0 entries.



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to