<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:48:34 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-11975] sanity test 60a hangs in llog_test_10</title>
                <link>https://jira.whamcloud.com/browse/LU-11975</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test_60a hangs when running llog_test.c. This test started hanging on 18 February 2019 with 2.12.51.51.&lt;/p&gt;

&lt;p&gt;Looking at the logs for one of the failures, &lt;a href=&quot;https://testing.whamcloud.com/test_sets/41ea8004-348f-11e9-a05f-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/41ea8004-348f-11e9-a05f-52540065bddc&lt;/a&gt; , the last thing seen in the client test_log is&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;trevis-10vm12: + RC=0
trevis-10vm12: + eval &apos;/sbin/lctl &amp;lt;&amp;lt;-EOF || RC=2
trevis-10vm12: 	attach llog_test llt_name llt_uuid
trevis-10vm12: 	ignore_errors
trevis-10vm12: 	setup MGS
trevis-10vm12: 	device llt_name
trevis-10vm12: 	cleanup
trevis-10vm12: 	detach
trevis-10vm12: EOF&apos;
trevis-10vm12: ++ /sbin/lctl
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looking at the MDS console log, we see the test in hung in llog_test 10h&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[ 2700.758677] Lustre: 29346:0:(llog_test.c:2045:llog_test_10()) 10h: write 64767 more log records
[ 2700.758851] Lustre: 29365:0:(llog_test.c:1469:cat_check_old_cb()) seeing record at index 2 - [0x1:0x4e:0x0] in log [0xa:0x11:0x0]
[ 2700.760785] LustreError: 29346:0:(libcfs_fail.h:169:cfs_race()) cfs_race id 1317 sleeping
[ 2880.228053] INFO: task jbd2/dm-3-8:6113 blocked for more than 120 seconds.
[ 2880.228819] &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
[ 2880.229589] jbd2/dm-3-8     D ffff9862a41e9040     0  6113      2 0x00000080
[ 2880.230319] Call Trace:
[ 2880.230599]  [&amp;lt;ffffffff85767c49&amp;gt;] schedule+0x29/0x70
[ 2880.231117]  [&amp;lt;ffffffffc039c2bc&amp;gt;] jbd2_journal_commit_transaction+0x23c/0x19b0 [jbd2]
[ 2880.231941]  [&amp;lt;ffffffff8502a59e&amp;gt;] ? __switch_to+0xce/0x580
[ 2880.232676]  [&amp;lt;ffffffff850d0880&amp;gt;] ? finish_task_switch+0x50/0x1c0
[ 2880.233269]  [&amp;lt;ffffffff850c2d00&amp;gt;] ? wake_up_atomic_t+0x30/0x30
[ 2880.233825]  [&amp;lt;ffffffff8576778f&amp;gt;] ? __schedule+0x3ff/0x890
[ 2880.234424]  [&amp;lt;ffffffff850aa0de&amp;gt;] ? try_to_del_timer_sync+0x5e/0x90
[ 2880.235057]  [&amp;lt;ffffffffc03a2e89&amp;gt;] kjournald2+0xc9/0x260 [jbd2]
[ 2880.235611]  [&amp;lt;ffffffff850c2d00&amp;gt;] ? wake_up_atomic_t+0x30/0x30
[ 2880.236169]  [&amp;lt;ffffffffc03a2dc0&amp;gt;] ? commit_timeout+0x10/0x10 [jbd2]
[ 2880.236834]  [&amp;lt;ffffffff850c1c31&amp;gt;] kthread+0xd1/0xe0
[ 2880.237302]  [&amp;lt;ffffffff850c1b60&amp;gt;] ? insert_kthread_work+0x40/0x40
[ 2880.237882]  [&amp;lt;ffffffff85774c37&amp;gt;] ret_from_fork_nospec_begin+0x21/0x21
[ 2880.238500]  [&amp;lt;ffffffff850c1b60&amp;gt;] ? insert_kthread_work+0x40/0x40
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;The sanity test 60a hang at &lt;a href=&quot;https://testing.whamcloud.com/test_sets/80bd5466-339d-11e9-bd83-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/80bd5466-339d-11e9-bd83-52540065bddc&lt;/a&gt; has a different call trace in the MDS console log&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[ 4208.005408] Lustre: 9960:0:(llog_test.c:2045:llog_test_10()) 10h: write 64767 more log records
[ 4208.005528] Lustre: 13221:0:(llog_test.c:1469:cat_check_old_cb()) seeing record at index 2 - [0x1:0x35:0x0] in log [0xa:0x15:0x0]
[ 4208.008970] LustreError: 9960:0:(libcfs_fail.h:169:cfs_race()) cfs_race id 1317 sleeping
[ 4440.279385] INFO: task txg_quiesce:17743 blocked for more than 120 seconds.
[ 4440.280697] &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
[ 4440.282045] txg_quiesce     D ffff9910f6268000     0 17743      2 0x00000080
[ 4440.283468] Call Trace:
[ 4440.283971]  [&amp;lt;ffffffffa2f67c49&amp;gt;] schedule+0x29/0x70
[ 4440.284879]  [&amp;lt;ffffffffc048c2d5&amp;gt;] cv_wait_common+0x125/0x150 [spl]
[ 4440.285989]  [&amp;lt;ffffffffa28c2d00&amp;gt;] ? wake_up_atomic_t+0x30/0x30
[ 4440.287197]  [&amp;lt;ffffffffc048c315&amp;gt;] __cv_wait+0x15/0x20 [spl]
[ 4440.288234]  [&amp;lt;ffffffffc05f2c2b&amp;gt;] txg_quiesce_thread+0x2fb/0x410 [zfs]
[ 4440.289475]  [&amp;lt;ffffffffc05f2930&amp;gt;] ? txg_init+0x2b0/0x2b0 [zfs]
[ 4440.290514]  [&amp;lt;ffffffffc0487063&amp;gt;] thread_generic_wrapper+0x73/0x80 [spl]
[ 4440.291768]  [&amp;lt;ffffffffc0486ff0&amp;gt;] ? __thread_exit+0x20/0x20 [spl]
[ 4440.292837]  [&amp;lt;ffffffffa28c1c31&amp;gt;] kthread+0xd1/0xe0
[ 4440.293814]  [&amp;lt;ffffffffa28c1b60&amp;gt;] ? insert_kthread_work+0x40/0x40
[ 4440.294891]  [&amp;lt;ffffffffa2f74c37&amp;gt;] ret_from_fork_nospec_begin+0x21/0x21
[ 4440.296120]  [&amp;lt;ffffffffa28c1b60&amp;gt;] ? insert_kthread_work+0x40/0x40
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;The patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11591&quot; title=&quot;MDS n003 crash, LustreError: 20558:0:(osp_sync.c:1258:osp_sync_thread()) ASSERTION( thread-&amp;gt;t_flags != SVC_RUNNING ) failed: 4632 changes, 16403 in progress, 0 in flight&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11591&quot;&gt;&lt;del&gt;LU-11591&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://review.whamcloud.com/#/c/33683/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33683/&lt;/a&gt; , was the last patch to modify llog_test test 10 and landed around the time sanity test 60a started failing. &lt;/p&gt;

&lt;p&gt;Logs for additional failures can be found at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/6f903f48-348b-11e9-ae87-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/6f903f48-348b-11e9-ae87-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/86731228-3376-11e9-ae87-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/86731228-3376-11e9-ae87-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="54917">LU-11975</key>
            <summary>sanity test 60a hangs in llog_test_10</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="1">Fixed</resolution>
                                        <assignee username="aboyko">Alexander Boyko</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 19 Feb 2019 22:38:51 +0000</created>
                <updated>Mon, 8 Apr 2019 14:37:51 +0000</updated>
                            <resolved>Wed, 27 Feb 2019 04:49:01 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="242435" author="gerrit" created="Thu, 21 Feb 2019 15:16:20 +0000"  >&lt;p&gt;Alexandr Boyko (c17825@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34287&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34287&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11975&quot; title=&quot;sanity test 60a hangs in llog_test_10&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11975&quot;&gt;&lt;del&gt;LU-11975&lt;/del&gt;&lt;/a&gt; test: fix for llog test 10h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6cd6fa06bfc34ef84d775ccdaa369f4dd101d6ab&lt;/p&gt;</comment>
                            <comment id="242875" author="gerrit" created="Wed, 27 Feb 2019 01:13:27 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34287/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34287/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11975&quot; title=&quot;sanity test 60a hangs in llog_test_10&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11975&quot;&gt;&lt;del&gt;LU-11975&lt;/del&gt;&lt;/a&gt; test: fix for llog test 10h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0670d5aed457196121c843fd24877d3f2670d478&lt;/p&gt;</comment>
                            <comment id="242911" author="pjones" created="Wed, 27 Feb 2019 04:49:01 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="245421" author="mdiep" created="Mon, 8 Apr 2019 14:37:51 +0000"  >&lt;p&gt;b2_12 is part of &lt;a href=&quot;https://review.whamcloud.com/#/c/34507/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34507/&lt;/a&gt;&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|i00buf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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>