[MDEV-22998] memory leak in Galera-4 Created: 2020-06-24 Updated: 2021-09-22 Resolved: 2020-08-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.4.13 |
| Fix Version/s: | 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Rick Pizzi | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 3 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Galera wsrep layer leaks memory on nodes receiving writesets. This is affecting a customer of ours. Besides, the nodes where the leak appears are receiving NO queries at all. Leak only affects nodes receiving writesets via wsrep layer - master is NOT affected. How to reproduce: 3 Centos7 nodes, 1G memory on each, use supplied sysbench script and leave it running for few hours.
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2020-07-20 ] | ||||||||||||||
|
As this bug most likely is on wsrep-lib interface or in Galera library, assigning it to teemu.ollakka | ||||||||||||||
| Comment by Julius Goryavsky [ 2020-07-21 ] | ||||||||||||||
|
If a memory leak is confirmed in this test, then this may be an explanation for another problem - for the | ||||||||||||||
| Comment by Teemu Ollakka [ 2020-07-24 ] | ||||||||||||||
|
Valgrind/Massif revealed a leak in
With the following PR the leak disappeared: https://github.com/MariaDB/server/pull/1639 Could someone verify that the fix plugs the leak? | ||||||||||||||
| Comment by Doug Whitfield [ 2021-09-22 ] | ||||||||||||||
|
Has anyone seen this behavior in 10.3? |