Bug 762768 (GLUSTER-1036) - Replicate: prints window_size instead of background_count in the log
Summary: Replicate: prints window_size instead of background_count in the log
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-1036
Product: GlusterFS
Classification: Community
Component: logging
Version: mainline
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Vikas Gorur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-29 09:58 UTC by Anush Shetty
Modified: 2010-07-15 08:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description Anush Shetty 2010-06-29 09:58:35 UTC
dict_ret = dict_get_int32 (this->options, "background-self-heal-count",
                                   &background_count);
        if (dict_ret == 0) {
                gf_log (this->name, GF_LOG_DEBUG,
                        "Setting background self-heal count to %d.",
                        window_size);

                priv->background_self_heal_count = background_count;
        }

Comment 1 Amar Tumballi 2010-07-15 05:09:13 UTC
This got fixed with a patch, which was addressing clang issued report.. 

http://git.gluster.com/?p=glusterfs.git;a=commitdiff;h=2f15ffd6b5beef9abd501c594bc3cb38c2683f77


Note You need to log in before you can comment on or make changes to this bug.