[MDEV-13077] AliSQL: [Feature] Issue#44 Thread pool Created: 2017-06-13 Updated: 2017-11-17 Resolved: 2017-11-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Vladislav Vaintroub |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | AliSQL patches |
| Description |
|
https://github.com/alibaba/AliSQL/commit/2d6e230073840ed34cd8b74d923a90de6ce99c23 |
| Comments |
| Comment by Sergey Vojtovich [ 2017-10-20 ] |
|
wlad, could you please check if there's still anything of value here? |
| Comment by Vladislav Vaintroub [ 2017-11-17 ] |
|
This is a copy of Percona's threadpool, which is a copy of MariaDB 5.5 + some of Percona's own features. We have a better implementation of priorization in 10.2. Percona's pool also has questionable additions in throttling,which can lead to deadlocks. Thus I'd recommend Alibaba to take a look at our implementation rather than using the one in this commit. |