Bug 1041530

Summary: [RFE][swift]: Cache Swift Heads
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/swift/+spec/swift-account-head-caching
Whiteboard: upstream_milestone_none upstream_status_blocked upstream_definition_drafting
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:33:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 16:50:29 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/swift/+spec/swift-account-head-caching.

Description:

John was pointing on IRC that the headers on a account HEAD are not served from the cache while we can do some clever things there.

Although stored in the cache :

http://git.io/cakjlg

we are not using it.

The conditions are :

As long it is a simple HEAD without a query string and there's info about it in the memcache just return that.

If it has a X-Newest headers it has to go to the storage nodes and not served by the cache (i.e: see code from here http://git.io/a98tuQ)


Specification URL (additional information):

None