Bug 1779055
Summary: | glusterfs process memory leak in ior test | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | zhou lin <zz.sh.cynthia> | ||||
Component: | read-ahead | Assignee: | bugs <bugs> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | mainline | CC: | bugs, jahernan, pasik, shujun.huang | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
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: | |||||||
: | 1781550 1789336 1789337 (view as bug list) | Environment: | |||||
Last Closed: | 2019-12-10 05:01:24 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1781550, 1789336, 1789337 | ||||||
Attachments: |
|
Description
zhou lin
2019-12-03 07:45:36 UTC
# gluster v info config Volume Name: config Type: Replicate Volume ID: e4690308-7345-4e32-8d31-b13e10e87112 Status: Started Snapshot Count: 0 Number of Bricks: 1 x 2 = 2 Transport-type: tcp Bricks: Brick1: 169.254.0.30:/mnt/bricks/config/brick Brick2: 169.254.0.28:/mnt/bricks/config/brick Options Reconfigured: performance.client-io-threads: off server.allow-insecure: on network.frame-timeout: 180 network.ping-timeout: 42 cluster.consistent-metadata: off cluster.favorite-child-policy: mtime cluster.server-quorum-type: none transport.address-family: inet storage.fips-mode-rchecksum: on nfs.disable: on cluster.server-quorum-ratio: 51 from statedump it is quite obvious that xlator.mount.fuse.itable.active_size keeps growing thera are more and more follwing sections appearing in statedump [xlator.mount.fuse.itable.active.1] gfid=924e4dde-79a5-471b-9a6e-7d769f0bae61 nlookup=0 fd-count=0 active-fd-count=0 ref=100 invalidate-sent=0 ia_type=2 ref_by_xl:.hsjvol-client-0=1 ref_by_xl:.hsjvol-readdir-ahead=99 REVIEW: https://review.gluster.org/23811 (To fix readdir-ahead memory leak) posted (#1) for review on master by None REVIEW: https://review.gluster.org/23812 (To fix readdir-ahead memory leak) posted (#1) for review on master by None REVIEW: https://review.gluster.org/23813 (To fix readdir-ahead memory leak) posted (#1) for review on master by None REVIEW: https://review.gluster.org/23815 (To fix readdir-ahead memory leak) posted (#1) for review on master by None REVIEW: https://review.gluster.org/23815 (To fix readdir-ahead memory leak) merged (#2) on master by Amar Tumballi |