You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
Don't pass through non-rewritten cached resources in IPRO in non-proxy mode
since streaming HTML like that can cause MPS to deadlock in property
cache fetch if we're using memcached.
To be more detailed, the deadlock chain is:
Cache hit on html -> RecordingFetch -> ApacheWriter
-> MPS HTML apache filter -> blocking pcache lookup, where the last
deadlocks when using memcached cache since CacheBatcher will not issue
a new lookup until callbacks for the current batch complete.
Original issue reported on code.google.com by hui...@google.com on 6 Jan 2014 at 6:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
hui...@google.com
on 6 Jan 2014 at 6:06The text was updated successfully, but these errors were encountered: