Closed
Bug 1526493
Opened 6 years ago
Closed 5 years ago
The specified entity already exists - error in tc-gh
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1599527
People
(Reporter: owlish, Unassigned)
Details
Reporter | ||
Comment 1•6 years ago
•
|
||
Error in tc-gh's logs:
base:entity Failed to insert entity err:
{
"name":"EntityAlreadyExistsError",
"code":"EntityAlreadyExists",
"statusCode":409,
"payload":"{\"odata.error\":{\"code\":\"EntityAlreadyExists\",\"message\":{\"lang\":\"en-US\",\"value\":\"The specified entity already exists.\\nRequestId:5fa9cbdc-5002-00a9-65e8-bf6f2b000000\\nTime:2019-02-08T19:55:30.2861227Z\"}}}",
"method":"POST",
"path":"/TaskclusterCheckRuns",
"query":{"timeout":7},
"headers":{
"prefer":"return-no-content",
"x-ms-date":"Fri, 08 Feb 2019 19:55:30 GMT",
"x-ms-version":"2014-02-14",
"dataserviceversion":"3.0",
"x-ms-client-request-id":"fast-azure-storage",
"content-length":210,
"content-type":"application/json",
"accept":"application/json;odata=fullmetadata"
},
"requestBody":{
"PartitionKey":"GrfemLO3QYqrASeXT_9HIA",
"RowKey":"bhwtilUSQWafkQiGfFDAEA",
"Version":1,
"taskGroupId":"GrfemLO3QYqrASeXT_9HIA",
"taskId":"bhwtilUSQWafkQiGfFDAEA",
"checkSuiteId":"61183759",
"checkRunId":"60953272"
},
"module":"fast-azure-storage",
"retries":0
}
Assignee | ||
Updated•6 years ago
|
Component: Platform and Services → Services
Comment 2•5 years ago
|
||
Looks like this is still happening..
https://sentry.prod.mozaws.net/operations/taskcluster-firefox-ci/issues/6852631/?query=is:unresolved%20service:github%20EntityAlreadyExists
https://sentry.prod.mozaws.net/operations/taskcluster-firefox-ci/issues/6639433/?query=is:unresolved%20service:github%20EntityAlreadyExists
Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•