raulcd opened a new pull request, #13188:
URL: https://github.com/apache/arrow/pull/13188

   The aim of this PR is to avoid a possible race condition when submitting 
crossbow builds. Currently when there is a race condition when submitting 
crossbow builds we can see the following type of error:
   ```
   Failed to push updated references, potentially because of credential issues: 
['refs/heads/actions-1883-github-wheel-windows-cp310-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp310-amd64', 
'refs/heads/actions-1883-github-wheel-windows-cp39-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp39-amd64', 
'refs/heads/actions-1883-github-wheel-windows-cp37-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp37-amd64', 
'refs/heads/actions-1883-github-wheel-windows-cp38-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp38-amd64', 
'refs/heads/actions-1883']
   The Archery job run can be found at: 
https://github.com/apache/arrow/actions/runs/2195038965
   ```
   
   The idea is to use a 10 characters hex from an uuid instead of an 
incremental id.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to