Groups
Groups
Sign in
Groups
Groups
Google App Engine
Conversations
Labels
About
Send feedback
Help
How to delete Error index
33 views
Skip to first unread message
Jack
unread,
Dec 22, 2011, 9:33:11 PM
12/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
index marked error, i don't know to delete them.
Jose Montes de Oca
unread,
Jan 5, 2012, 6:46:22 PM
1/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hi Jack this is the relevant FAQ page for index in error state:
http://code.google.com/appengine/kb/general.html#error_indexes
Please follow this steps to vacumm and rebuild your indexes:
Create a backup of your index.yaml specification
Determine the indexes in state ERROR from the admin console
Remove the definitions of the indexes in ERROR from your index.yaml file.
Run appcfg.py vacumm_indexes app_dir/
Wait until the ERROR indexes no longer appear in the admin console.
Replace the modified version of your index.yaml file with the original.
Run appcfg.py update_indexes app_dir/
Documentation:
vacuum_indexes
Python Docs:
http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Deleting_Unused_Indexes
Java Docs:
http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Deleting_Unused_Indexes
update_indexes
Python Docs:
http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Updating_Indexes
Java Docs:
http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Updating_Indexes
If the problem persists, check if you are not creating a case of exploding indexes:
http://code.google.com/appengine/docs/python/datastore/queries.html#Big_Entities_and_Exploding_Indexes
Hope This Helps!
Jose
Reply all
Reply to author
Forward
0 new messages