Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1.7
-
Epic Link:
-
Team:SQuaRE
Description
The new v2 route for LTD Keeper's PATCH /builds/<build> isn't properly generating new editions on-demand. This is the error message from the logs:
"Edition 'https://keeper.lsst.codes/editions/1020' has an unknown trackingmode"
|
Attachments
Issue Links
- is triggered by
-
DM-20140 Add build registration route that provides presigned URLs
- Done
Search filter to see all the "unknown trackingmode" errors
resource.type="container"
resource.labels.cluster_name="lsst-docs"
resource.labels.namespace_id="ltd-prod"
jsonPayload.path:"/build"
jsonPayload.method="PATCH"
I think this is a red herring, though, because this error happens only because an edition doesn't have a tracking mode set in the DB (it predates tracking modes) and therefore is happening only because Keeper is iterating over all editions and getting their data (presumably to check for existing editions?).