I have datastore indexes stuck in "Building" status. I have tried deleting my index.yaml and running vacuum_indexes. That deleted all the other indexes, but not the 5 stuck in "Building" status. How do I fix this? (Googlers, my App ID is phoenixhealth-dms!)Thanks
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/aQW5zXh1HIsJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Okay, the indexes should be serving now. Please enjoy!
-- Takashi
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/GP4yuYP_otsJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
I have the same problem. I've got 224 (!) indices stuck in "Building..." state and unable to do anything to them (vacuum_indexes doesn't help). My app ID is "dev-tcs" (HRD).Actually, most of those indices were created by mistake, and now I can't do anything (including creation of correct indices) because of "number of indexes" quota.Thanks in advance,Oleg
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/bkzhxyldeFwJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
<datastore-index kind="Ticket" ancestor="false" source="manual">
<property name="vip" direction="asc"/>
<property name="techPriorityLevel" direction="asc"/>
</datastore-index><datastore-index kind="Ticket" ancestor="false" source="manual">
<property name="active" direction="asc"/>
<property name="technicianKey" direction="asc"/>
<property name="vip" direction="asc"/>
<property name="dueDate" direction="asc"/>
<property name="techPriorityLevel" direction="asc"/>
</datastore-index>Thanks in advance,Oleg--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/JjnskSfa_4YJ.
com.googlecode.objectify.impl.QueryImpl{kind=Ticket,ancestor=,filter=activeEQUALtrue,filter=technicianKeyEQUALUser("tech"),filter=vipEQUALtrue,sort=techPriorityLevelASCENDING,limit=10}com.googlecode.objectify.impl.QueryImpl{kind=Ticket,ancestor=,filter=activeEQUALtrue,filter=dueDateLESS_THAN_OR_EQUALTue Aug 21 17:15:44 UTC 2012,filter=dueDateNOT_EQUALnull,filter=technicianKeyEQUALUser("tech"),filter=vipEQUALtrue,sort=dueDateASCENDING,sort=techPriorityLevelASCENDING,limit=10}--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/dwxb_Sk3DogJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.