commit | 08be72b827605c9f19ef527339065395f1ad1921 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jul 28 10:06:52 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Aug 04 09:18:12 2021 +0200 |
tree | 79e9cf8a8e5f46bc56d8b72101e085c7f759d099 | |
parent | 85a16b2ba22102eb216f7c39ae09be2de9f81a47 [diff] |
BUG/MINOR: server: fix race on error path of 'add server' CLI if track If an error occurs during a dynamic server creation with tracking, it must be removed from the tracked list. This operation is not thread-safe and thus must be conducted under the thread isolation. Track support for dynamic servers has been introduced in this release. This does not need to be backported.