Bug 78306 - Perf-o-matic shouldn't rely on memcache to store cached JSON responses
Summary: Perf-o-matic shouldn't rely on memcache to store cached JSON responses
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 77037
  Show dependency treegraph
 
Reported: 2012-02-09 18:07 PST by Ryosuke Niwa
Modified: 2012-02-09 18:20 PST (History)
2 users (show)

See Also:


Attachments
fixes the bug (4.49 KB, patch)
2012-02-09 18:09 PST, Ryosuke Niwa
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>