[MDEV-19687] Create a circular queue for the IO_Thread events , so that worker can directly take events from queue Created: 2019-06-04 Updated: 2023-11-30 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Sachin Setiya (Inactive) | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | parallelslave | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
The proposal is to have a circular queue to hold the binlog events, so that workers can directly take the events from queue. sql thread will take the events from queue which are processed and it will relay log it |