Bug 809034
Summary: | mem-pool logs filling up client log file | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Anush Shetty <ashetty> |
Component: | logging | Assignee: | Amar Tumballi <amarts> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ujjwala <ujjwala> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | mainline | CC: | gluster-bugs, sdharane, vraman |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:44:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | fuse |
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: | 817967 |
Description
Anush Shetty
2012-04-02 10:10:11 UTC
Anush, Is it possible to take a 'statedump' (with kill -USR1) of the process when this happens? I want the numbers of mempool structure variables to set to right values. pool-name=glusterfs:dict_t hot-count=29 cold-count=995 padded_sizeof=84 alloc-count=314959 max-alloc=1024 pool-misses=82258 max-stdalloc=2548 looks like if we increase the dict_t pool count to 4096, we would not hit these logs so frequently. will send out a patch for this. CHANGE: http://review.gluster.com/3131 (glusterfsd: mem-pool count of dict_t is adjusted) merged in master by Anand Avati (avati) Verified with 3.3.0qa42 |