Bug 802047

Summary: [FEAT] need a counter of iobuf_get misses
Product: [Community] GlusterFS Reporter: Amar Tumballi <amarts>
Component: loggingAssignee: Amar Tumballi <amarts>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: mainlineCC: gluster-bugs, 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:40:26 UTC Type: ---
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: 817967    

Description Amar Tumballi 2012-03-10 14:33:50 UTC
Description of problem:
iobuf_get2(); can return NULL if the sizes requested are higher than the available ones. Currently, even though there is a log to see that failures are happening, there is no counter about how many requests are getting failed. This counter can help to see for a given workload, what are the higher sizes required for iobuf.

Version-Release number of selected component (if applicable): Master branch

Comment 1 Anand Avati 2012-03-12 12:32:14 UTC
CHANGE: http://review.gluster.com/2913 (iobuf: add a counter to keep track of request misses) merged in master by Vijay Bellur (vijay)

Comment 2 Amar Tumballi 2012-05-18 10:34:23 UTC
statedump output has details now