mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
Add mutex on LinkFromPool to fix #1449
This fixes the race condition that happens when you call publish concurrently. It adds a valuable test that reproduces the error almost deterministically, it's hard to say always but I have run this in loop 100 times and it reproduces the error consistently without the patch and after the patch it works consistently.
This commit is contained in:
3
AUTHORS
3
AUTHORS
@@ -69,4 +69,5 @@ List of contributors, in chronological order:
|
||||
* Leigh London (https://github.com/leighlondon)
|
||||
* Gordian Schoenherr (https://github.com/schoenherrg)
|
||||
* Silke Hofstra (https://github.com/silkeh)
|
||||
* Itay Porezky (https://github.com/itayporezky)
|
||||
* Itay Porezky (https://github.com/itayporezky)
|
||||
* Agustin Henze (https://github.com/agustinhenze)
|
||||
|
||||
Reference in New Issue
Block a user