Bug 1116514
Summary: | iobuf_unref errors killing logging | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Joe Julian <joe> | |
Component: | core | Assignee: | Vijay Bellur <vbellur> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.4.4 | CC: | bugs, gluster-bugs, kkeithle, vbellur | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.4.5beta2 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1288202 (view as bug list) | Environment: | ||
Last Closed: | 2015-04-13 07:13:00 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: | 1110456 |
Description
Joe Julian
2014-07-05 15:25:02 UTC
REVIEW: http://review.gluster.org/8242 (performance/quick-read: Check for iobuf and iobref before unref.) posted (#1) for review on release-3.4 by Vijay Bellur (vbellur) COMMIT: http://review.gluster.org/8242 committed in release-3.4 by Kaleb KEITHLEY (kkeithle) ------ commit b3bf2cfaa8e932f02a10a42e0281290a7cbdc960 Author: Vijay Bellur <vbellur> Date: Sat Jul 5 21:19:01 2014 +0530 performance/quick-read: Check for iobuf and iobref before unref. In the absence of this check, iobuf_unref() can cause a log flood for read operations. Change-Id: Ib8beef6e55b69ecfb566bf61a96215ef0d0d74dc BUG: 1116514 Signed-off-by: Vijay Bellur <vbellur> Reviewed-on: http://review.gluster.org/8242 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Humble Devassy Chirammal <humble.devassy> Reviewed-by: Prashanth Pai <ppai> Reviewed-by: Kaleb KEITHLEY <kkeithle> |