Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Incomplete
-
10.6.14, 10.11.5
-
docker
Description
Customer reported memory leak in the docker environment in 10.6.14 track and provided numerous performance_schema.memory_summary_global_by_event_name
outputs
According to Customer the issues is beyond existing JIRA reports for 10.6 track
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | mariadb-1_meminfo.txt [ 71756 ] | |
Attachment | mariadb-1_memory_summary.txt [ 71757 ] | |
Attachment | mariadb-2_meminfo.txt [ 71758 ] | |
Attachment | mariadb-2_memory_summary.txt [ 71759 ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] |
Assignee | Daniel Black [ danblack ] |
Component/s | Docker [ 16900 ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] |
Assignee | Daniel Black [ danblack ] | Oleksandr Byelkin [ sanja ] |
Labels | Memory_leak |
Priority | Major [ 3 ] | Critical [ 2 ] |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Attachment | mariadb-1_current_bytes.txt [ 71778 ] | |
Attachment | mariadb-1_engine_inno.txt [ 71779 ] | |
Attachment | mariadb-1_global_stats.txt [ 71780 ] | |
Attachment | mariadb-1_global_vars.txt [ 71781 ] | |
Attachment | mariadb-2_current_bytes.txt [ 71782 ] | |
Attachment | mariadb-2_engine_inno.txt [ 71783 ] | |
Attachment | mariadb-2_global_stats.txt [ 71784 ] | |
Attachment | mariadb-2_global_vars.txt [ 71785 ] |
Status | Needs Feedback [ 10501 ] | Open [ 1 ] |
Affects Version/s | 10.11.5 [ 29019 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Dmitry Shulga [ JIRAUSER47315 ] |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Attachment | lab_cmdb0_memory [ 71903 ] | |
Attachment | lab_cmdb1_memory [ 71904 ] | |
Attachment | lab_cmdb2_memory [ 71905 ] | |
Attachment | second_run_cmdb0_memory [ 71906 ] | |
Attachment | second_run_cmdb1_memory [ 71907 ] | |
Attachment | second_run_cmdb2_memory [ 71908 ] | |
Attachment | test_cmdb0_memory [ 71909 ] | |
Attachment | test_cmdb1_memory [ 71910 ] | |
Attachment | test_cmdb2_memory [ 71911 ] |
Attachment | test_cmdb2_memory [ 71911 ] |
Attachment | test_cmdb2_memory.txt [ 71912 ] |
Status | Needs Feedback [ 10501 ] | Open [ 1 ] |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Assignee | Dmitry Shulga [ JIRAUSER47315 ] | Ben Grieser [ JIRAUSER49916 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Incomplete [ 4 ] | |
Status | Needs Feedback [ 10501 ] | Closed [ 6 ] |
Zendesk Related Tickets | 201626 179075 | |
Zendesk active tickets | 201626 |
while its in Docker, the memory leak isn't going to be docker related, its all in server.
jemalloc is in the container so testing its capabilities of leak detection is one option.
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 as an environment variable to the container runtime will enable it along with the desired MALLOC_CONF.