https://bugzilla.wikimedia.org/show_bug.cgi?id=61939
--- Comment #8 from Erik Bernhardson <[email protected]> --- Dug into this with benny last night, fairly sure what happened is: * Some data models were not in the cache * Visiting a contributions page loaded cross-wiki data and cached it * ExternalStore uses per-wiki databases, but flow doesn't take that into account when querying * As such the data that got cached included blank content Things we should do: As matthias mentioned, we need to either remove the bad data from the result set or somehow mark that row as uncachable. We should probably also look into having a flowdb created on cluster25 and cluster26 (the insert clusters for ES) and moving all our content over so we have a valid cross-wiki content storage. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
