<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:33:49 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-3427] Fix &apos;error handling&apos; issues </title>
                <link>https://jira.whamcloud.com/browse/LU-3427</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Following &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2444&quot; title=&quot;Fix &amp;#39;error handling&amp;#39; issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2444&quot;&gt;&lt;del&gt;LU-2444&lt;/del&gt;&lt;/a&gt;, Coverity found a few more error handling issues in the Lustre code.&lt;/p&gt;

&lt;p&gt;I will propose a patch to address the issues.&lt;/p&gt;</description>
                <environment></environment>
        <key id="19247">LU-3427</key>
            <summary>Fix &apos;error handling&apos; issues </summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="17451">LU-2753</parent>
                                    <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bobbielind">Bobbie Lind</assignee>
                                    <reporter username="sebastien.buisson">Sebastien Buisson</reporter>
                        <labels>
                            <label>build</label>
                            <label>coverity</label>
                            <label>patch</label>
                    </labels>
                <created>Fri, 31 May 2013 13:53:58 +0000</created>
                <updated>Fri, 4 Oct 2013 19:50:16 +0000</updated>
                            <resolved>Wed, 7 Aug 2013 21:29:15 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.4.1</fixVersion>
                    <fixVersion>Lustre 2.5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="59752" author="sebastien.buisson" created="Fri, 31 May 2013 14:03:16 +0000"  >&lt;p&gt;The patch is at:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/6510&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/6510&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Sebastien.&lt;/p&gt;</comment>
                            <comment id="59754" author="pjones" created="Fri, 31 May 2013 14:14:47 +0000"  >&lt;p&gt;Thanks Sebastien&lt;/p&gt;


&lt;p&gt;Bobbie&lt;/p&gt;

&lt;p&gt;Could you please take care of this patch?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="60676" author="bobbielind" created="Fri, 14 Jun 2013 16:43:53 +0000"  >&lt;p&gt;The patch was hitting an LBUG found in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3453&quot; title=&quot;LBUG in mdt_intent_opc(), (layout.c:1916:__req_capsule_get()) ASSERTION( msg != ((void *)0) ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3453&quot;&gt;&lt;del&gt;LU-3453&lt;/del&gt;&lt;/a&gt;.  This bug has been fixed and I rebased and uploaded the rebased patch.&lt;/p&gt;</comment>
                            <comment id="62147" author="bobbielind" created="Thu, 11 Jul 2013 18:44:11 +0000"  >&lt;p&gt;This patch broke the compilation of master and was reverted.  After speaking with Oleg, the variable that this patch references no longer exists.  If you feel the patch is still needed please submit it again.&lt;/p&gt;</comment>
                            <comment id="62820" author="bobbielind" created="Tue, 23 Jul 2013 16:13:59 +0000"  >&lt;p&gt;Variable no longer in code base.&lt;/p&gt;</comment>
                            <comment id="62903" author="sebastien.buisson" created="Wed, 24 Jul 2013 15:27:05 +0000"  >&lt;p&gt;Of course I feel this patch is still needed.&lt;br/&gt;
The point of the patch was to test the return value of cfs_cpt_bind() in cfs_wi_scheduler(). The fact that a local variable was removed from this function does not change this.&lt;br/&gt;
I rewrote the patch replacing the use of this &apos;name&apos; local variable with sched-&amp;gt;ws_name.&lt;/p&gt;

&lt;p&gt;Here is the new patch:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/7103&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7103&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please reopen this ticket.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Sebastien.&lt;/p&gt;</comment>
                            <comment id="62940" author="bobbielind" created="Wed, 24 Jul 2013 22:38:09 +0000"  >&lt;p&gt;Reopened per customer request.&lt;/p&gt;</comment>
                            <comment id="63824" author="bobbielind" created="Wed, 7 Aug 2013 21:29:15 +0000"  >&lt;p&gt;Patch has landed to master.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvse7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8500</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>