Brion Vibber wrote:
(If it's safe to do an epoch update or something to force them all out, we could try to do that just in case, but we've had only one report of a bad entry so far.)
And another parser cache regression too -- r36093 changed how pages were saved into the parser cache on edit, but in a way which didn't properly take all settings into account. At least the stub threshold setting was being taken from the active user session, while the result was saved with a hash key for default settings -- and thus served back to visitors.
Fixed in r36185; but again there may be bad cache entries floating around.
-- brion