[MDEV-24417] Memory leak issue with replication performance_schema between 10.1 and 10.4 Created: 2020-12-16 Updated: 2020-12-16 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication, Server |
| Affects Version/s: | 10.4.15, 10.4.16, 10.4.17 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Max Irgiznov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | replication | ||
| Environment: |
hardware |
||
| Attachments: |
|
| Description |
|
Hi. I found a memory leak problem when setup replication from 10.1 to 10.4.17. After analyzing the memory profiling data, the temporary solution was to disable performance_schema replication without turning off the schema itself, the leak remained, but memory consumption was significantly reduced. Server configuration: master 10.1 replica 10.4 (sql_mode=") A temporary workaround is turning off the slave instance’s performance_schema. |