[MDEV-21169] Remove the trx_rollback_all_recovered thread Created: 2019-11-28 Updated: 2021-05-31 Resolved: 2021-05-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.6.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | recovery | ||
| Issue Links: |
|
||||||||
| Description |
|
Ideally, we could roll back multiple recovered incomplete transactions in parallel, by submitting multiple tasks. It could be meaningful to use the same task group as purge, and to prioritize the rollback tasks over purge. This might complicate the progress reporting ( |
| Comments |
| Comment by Vladislav Vaintroub [ 2021-05-31 ] |
|
Was fixed be Eugene in the past. |