Merge lp://qastaging/~wgrant/launchpad/no-representationcache into lp://qastaging/launchpad
Proposed by
William Grant
Status: | Merged |
---|---|
Approved by: | William Grant |
Approved revision: | no longer in the source branch. |
Merged at revision: | 14737 |
Proposed branch: | lp://qastaging/~wgrant/launchpad/no-representationcache |
Merge into: | lp://qastaging/launchpad |
Diff against target: |
497 lines (+1/-326) 14 files modified
configs/development/launchpad-lazr.conf (+0/-3) lib/lp/registry/stories/webservice/xx-project-registry.txt (+0/-2) lib/lp/services/config/schema-lazr.conf (+0/-3) lib/lp/services/database/sqlbase.py (+0/-6) lib/lp/services/database/stormbase.py (+0/-6) lib/lp/services/memcache/doc/restful-cache.txt (+0/-143) lib/lp/services/memcache/restful.py (+0/-61) lib/lp/services/memcache/tests/test_doc.py (+0/-1) lib/lp/services/webservice/configuration.py (+1/-4) lib/lp/services/webservice/configure.zcml (+0/-5) lib/lp/services/webservice/stories/cache.txt (+0/-77) lib/lp/soyuz/stories/webservice/xx-builds.txt (+0/-1) lib/lp/soyuz/stories/webservice/xx-source-package-publishing.txt (+0/-2) lib/lp/testing/pages.py (+0/-12) |
To merge this branch: | bzr merge lp://qastaging/~wgrant/launchpad/no-representationcache |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+90815@code.qastaging.launchpad.net |
Commit message
[r=wgrant] Remove the never-used lazr.restful representation cache integration.
Description of the change
This branch removes LP support for the lazr.restful representation cache, which has never been used. Its invalidation system is flawed, among other issues (outlined in bug #780835). Profiling also indicates that the current invalidate-on-flush implementation slows down some DB operations by more than 30%.
To post a comment you must log in.