Bug 1545142
| Summary: | GlusterFS - Memory Leak during adding directories | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Marian Horban <mhorban> |
| Component: | core | Assignee: | bugs <bugs> |
| Status: | CLOSED EOL | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.10 | CC: | bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-20 18:29:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This bug reported is against a version of Gluster that is no longer maintained (or has been EOL'd). See https://www.gluster.org/release-schedule/ for the versions currently maintained. As a result this bug is being closed. If the bug persists on a maintained version of gluster or against the mainline gluster repository, request that it be reopened and the Version field be marked appropriately. |
Description of problem: ENV: Volume Name: strg1-volume Type: Distributed-Replicate Volume ID: 8f9ab414-d76c-459b-b4ff-c11e18850675 Status: Started Snapshot Count: 0 Number of Bricks: 192 x 2 = 384 Transport-type: tcp Steps to Reproduce: 1. Check memory usage of glusterfsd In my case it is about 35Mb 2. Create 100000 empty directories for i in {00000..99999} ; do mkdir "DIR_${i}" ; done 3. Check that memory consumption is much bigger than in step 1. In my case it is about 150Mb 4. unmount/mount gluster fs to restart services. 5. Call listing of the directory with created 100000 directories to filling dht. 6. check that memory consumption is much less than in step 3. In my case it is about 38 Mb