Closed
Bug 1577689
Opened 6 years ago
Closed 6 years ago
Delete https://archive.mozilla.org/pub/devedition/releases/70.0b2/ and purge CDN caches
Categories
(Cloud Services :: Operations: Miscellaneous, task, P1)
Cloud Services
Operations: Miscellaneous
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Unassigned)
References
Details
We've pushed a release into https://archive.mozilla.org/pub/devedition/releases/70.0b2/ and then discovered some issues with updates.
Could you please
- delete s3://net-mozaws-prod-delivery-archive/pub/devedition/releases/70.0b2/
- purge the CDN caches for /pub/devedition/releases/70.0b2/
If you could get this as soon as possible in the EDT morning that will help QE complete testing, and hopefully enable ship by end of week.
Reporter | ||
Updated•6 years ago
|
Severity: normal → critical
Flags: needinfo?(oremj)
Flags: needinfo?(jbuckley)
Priority: -- → P1
Comment 1•6 years ago
|
||
Deleted 3735 objects from s3://net-mozaws-prod-delivery-archive/pub/devedition/releases/70.0b2/
I ran into a problem running the cdn cache clear:
{
"errorMessage": "An error occurred (NoSuchDistribution) when calling the CreateInvalidation operation: The specified distribution does not exist.",
"errorType": "NoSuchDistribution",
"stackTrace": [
[
"/var/task/lambda_handler.py",
68,
"lambda_handler",
"context.aws_request_id)"
],
[
"/var/task/lambda_handler.py",
93,
"_cloudfront_invalidate_and_wait",
"for dist in dists]"
],
[
"/var/task/lambda_handler.py",
93,
"<listcomp>",
"for dist in dists]"
],
[
"/var/task/lambda_handler.py",
112,
"_cloudfront_invalidate",
"'CallerReference': call_ref,"
],
[
"/var/task/botocore/client.py",
314,
"_api_call",
"return self._make_api_call(operation_name, kwargs)"
],
[
"/var/task/botocore/client.py",
612,
"_make_api_call",
"raise error_class(parsed_response, operation_name)"
]
]
}
but despite this error, I see the invalidation successfully ran on the archive.mozilla.org bucket. I get a 404 when attempting to access 70.0.b2:
$ curl -I https://archive.mozilla.org/pub/devedition/releases/70.0b2/
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 309
Connection: keep-alive
Date: Thu, 29 Aug 2019 14:27:50 GMT
x-amz-replication-status: COMPLETED
Last-Modified: Wed, 11 Nov 2015 00:15:59 GMT
ETag: "82b1f3702d8407f6729447c67b683016"
x-amz-version-id: 1bbQIBZvuNrLHnJbHfibmpRvHiYhPins
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Error from cloudfront
Via: 1.1 80ab55e913740a3f7e3dc04fb5c27cb6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: YTO50-C1
X-Amz-Cf-Id: 1OtBrjKP0l64tHz-qnYzrzosfoA74Z6Jl7lu7WtnJzF-UnzWh8EmAQ==
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(oremj)
Flags: needinfo?(jbuckley)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•