<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:51 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-318] lnet-selftest test_smoke: FAIL: lst Error found</title>
                <link>https://jira.whamcloud.com/browse/LU-318</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Running lnet-selftest failed with quota enabled. Cannot upload the result to Maloo, please see the attached for more logs.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10819">LU-318</key>
            <summary>lnet-selftest test_smoke: FAIL: lst Error found</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <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="5">Cannot Reproduce</resolution>
                                        <assignee username="liang">Liang Zhen</assignee>
                                    <reporter username="sarah">Sarah Liu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 May 2011 22:14:29 +0000</created>
                <updated>Sun, 15 Sep 2013 08:01:48 +0000</updated>
                            <resolved>Sun, 15 Sep 2013 08:01:48 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="14320" author="liang" created="Fri, 13 May 2011 06:43:39 +0000"  >&lt;p&gt;lustre/tests/lnet-selftest.sh this script is not exactly correct, we can&apos;t check error after end_session, because end_session will kill workitems and raise some errors which is not really failed tests. Also, end_session will release all testing-nodes, so show_error may talk with un-assigned nodes. &lt;br/&gt;
I will fix the testing script.&lt;/p&gt;</comment>
                            <comment id="14739" author="liang" created="Fri, 20 May 2011 06:19:48 +0000"  >&lt;p&gt;After looking into these logs again, I think I was wrong in previous comment, we actually did show_error before end_session.&lt;/p&gt;

&lt;p&gt;I found this in logs:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;LNet Rates of c&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;R&amp;#93;&lt;/span&gt; Avg: 19048    RPC/s Min: 19017    RPC/s Max: 19079    RPC/s&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;W&amp;#93;&lt;/span&gt; Avg: 20920    RPC/s Min: 20878    RPC/s Max: 20961    RPC/s&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;LNet Bandwidth of c&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;R&amp;#93;&lt;/span&gt; Avg: 1750.06  MB/s  Min: 1747.19  MB/s  Max: 1752.93  MB/s&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;W&amp;#93;&lt;/span&gt; Avg: 1749.21  MB/s  Min: 1742.16  MB/s  Max: 1756.25  MB/s&lt;br/&gt;
Failed to stat on 1 nodes  &amp;lt;=================================== this is not correct&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;LNet Rates of s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;R&amp;#93;&lt;/span&gt; Avg: 19050    RPC/s Min: 19050    RPC/s Max: 19050    RPC/s&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;W&amp;#93;&lt;/span&gt; Avg: 22734    RPC/s Min: 22734    RPC/s Max: 22734    RPC/s&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;LNet Bandwidth of s&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;R&amp;#93;&lt;/span&gt; Avg: 1761.24  MB/s  Min: 1761.24  MB/s  Max: 1761.24  MB/s&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;W&amp;#93;&lt;/span&gt; Avg: 1759.02  MB/s  Min: 1759.02  MB/s  Max: 1759.02  MB/s&lt;br/&gt;
Failed to stat on 1 nodes   &amp;lt;=================================== this is not correct&lt;/p&gt;

&lt;p&gt;looks like two of test nodes rebooted/crashed, or soft lockup&lt;br/&gt;
however, I can&apos;t find out the reason because I don&apos;t see and logs or console output from those two nodes(we actually only have logs from client-5), so could you please collect information from all test nodes the next time? &lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Liang&lt;/p&gt;</comment>
                            <comment id="14883" author="sarah" created="Sun, 22 May 2011 00:39:36 +0000"  >&lt;p&gt;please see the attached for more information, this bug can be reproduced.&lt;/p&gt;</comment>
                            <comment id="66689" author="liang" created="Sun, 15 Sep 2013 08:01:48 +0000"  >&lt;p&gt;we didn&apos;t see this for long time, close it&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10207" name="lnet-selftest.suite_log.client-5-ib.log" size="129393" author="sarah" created="Thu, 12 May 2011 22:14:29 +0000"/>
                            <attachment id="10208" name="lnet-selftest.test_smoke.debug_log.client-5-ib.1305260968.log" size="254686" author="sarah" created="Thu, 12 May 2011 22:14:29 +0000"/>
                            <attachment id="10209" name="lnet-selftest.test_smoke.dmesg.client-5-ib.1305260968.log" size="54367" author="sarah" created="Thu, 12 May 2011 22:14:29 +0000"/>
                            <attachment id="10219" name="mds-debug.log" size="16266" author="sarah" created="Sun, 22 May 2011 00:29:04 +0000"/>
                            <attachment id="10220" name="mds-dmesg.log" size="81889" author="sarah" created="Sun, 22 May 2011 00:29:04 +0000"/>
                            <attachment id="10221" name="ost-dmesg.log" size="84416" author="sarah" created="Sun, 22 May 2011 00:38:56 +0000"/>
                    </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|hzv4zr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4342</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>