[MXS-2067] Slow valgrind startup (AKA remove spinlocks) Created: 2018-09-22 Updated: 2018-09-30 Resolved: 2018-09-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.2.14 |
| Fix Version/s: | 2.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-67 |
| Description |
|
Valgrind startup is extremely slow due to the custom spinlock code. Replacing the spinlocks with pthread mutexes solves this. |