Bug 78306

Summary: Perf-o-matic shouldn't rely on memcache to store cached JSON responses
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit WebsiteAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, morrita
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77037    
Attachments:
Description Flags
fixes the bug abarth: review+

Description Ryosuke Niwa 2012-02-09 18:07:19 PST
Apparently memcache can be flushed at arbitrary time. We need a backup of what we store in memcache.
Comment 1 Ryosuke Niwa 2012-02-09 18:09:58 PST
Created attachment 126419 [details]
fixes the bug
Comment 2 Ryosuke Niwa 2012-02-09 18:20:01 PST
Committed r107337: <http://trac.webkit.org/changeset/107337>