Revisit how to "untrack" Strawberry flavors associated to deleted ADOs #289
Labels
Danger Mr Robinson
Things so core to us that need extra care. Please submit automated tests?
enhancement
New feature or request
Events and Subscriber
help wanted
Extra attention is needed
Search API
F around and find out
Strawberry Flavor
Post Processing data extracted that goes into Solr
Typed Data and Search
Working Group's 💜
Imagined, curated and loved by the Working Group
Milestone
What?
@alliomeria and I have observed that sometimes the Search Index does not untrack Strawberry Flavors of already deleted ADOs and also already deleted Strawberry Flavors. Which on an index operation will either A) throw notices (but not terrible, that would be Ok-ish) but worst, fail index attempts on batch. This last issue happens because the search api index logic will totally break (even if in a batch) if all entries of a single batch (e.g 50) were not found instead of trying with the next 50. Which requires re-sending the Indexing multiple times until a Batch contains at least 1 found entry
This feels like an important issue to tackle.
The text was updated successfully, but these errors were encountered: