Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 12/27/2014
Components: File Management
Versions: 11.0
Failure Type: Data Corruption
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
Duplicate ID: CF-3226380
CF caches S3 metadata
Steps to reproduce:
1) run writeDump(storeGetMetadata("s3://mybucket/file.txt"))
2) add/edit/delete any of the object's metadata
3) run writeDump(storeGetMetadata("s3://mybucket/file.txt"))
4) delete the object entirely
5) re-create the object
6) run writeDump(storeGetMetadata("s3://mybucket/file.txt"))
Actual result: the 2nd and 3rd dumps are identical to the 1st dump (bug, b/c the 2nd and 3rd dumps are returning cached metadata)
Expected result: the 2nd and 3rd dumps should return the current metadata
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3915081
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
External Test Config: Verified w/ CF11 Update 3 Standalone Enterprise on x64 Windows
Attachments:
Comments: