<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:10 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-5862] Jobstats tracking in changelogs doesn&apos;t support jobid_var=disable</title>
                <link>https://jira.whamcloud.com/browse/LU-5862</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The work that has been done for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1996&quot; title=&quot;Fine-grained job activity tracking using changelogs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1996&quot;&gt;&lt;del&gt;LU-1996&lt;/del&gt;&lt;/a&gt; seems to have introduced an odd bug in changelogs when jobid_var=disable. I don&apos;t know enough about this area to speculate on severity, but it seems pretty serious to me. The upshot is that changelogs don&apos;t make sense with the default jobid_var setting.&lt;/p&gt;

&lt;p&gt;Please see the attached reproducer script for details.&lt;/p&gt;</description>
                <environment>Seen on master as of b6a3222</environment>
        <key id="27451">LU-5862</key>
            <summary>Jobstats tracking in changelogs doesn&apos;t support jobid_var=disable</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="jamesanunez">James Nunez</assignee>
                                    <reporter username="mjmac">Michael MacDonald</reporter>
                        <labels>
                            <label>HB</label>
                            <label>patch</label>
                    </labels>
                <created>Tue, 4 Nov 2014 21:38:22 +0000</created>
                <updated>Thu, 26 Feb 2015 22:39:08 +0000</updated>
                            <resolved>Mon, 1 Dec 2014 19:29:46 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="98365" author="mjmac" created="Tue, 4 Nov 2014 21:41:33 +0000"  >&lt;p&gt;Running the attached reproducer results in output similar to the following:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;+ lctl set_param jobid_var=disable
jobid_var=disable
+ date
+ rm /tmp/LU-5862/client/foo
+ lfs changelog LU-5862-MDT0000
1 01CREAT 21:39:26.463022185 2014.11.04 0x0 t=[0x200000400:0x1:0x0] j=foo p=[0x200000007:0x1:0x0]
2 06UNLNK 21:39:26.468021603 2014.11.04 0x1 t=[0x200000400:0x1:0x0] j=foo p=[0x200000007:0x1:0x0]
+ lctl set_param jobid_var=procname_uid
jobid_var=procname_uid
+ sleep 1
+ lfs changelog_clear LU-5862-MDT0000 cl1 0
+ date
+ rm /tmp/LU-5862/client/bar
+ lfs changelog LU-5862-MDT0000
3 01CREAT 21:39:27.478020701 2014.11.04 0x0 t=[0x200000400:0x2:0x0] j=LU-5862.sh.0 p=[0x200000007:0x1:0x0] bar
4 06UNLNK 21:39:27.481020460 2014.11.04 0x1 t=[0x200000400:0x2:0x0] j=rm.0 p=[0x200000007:0x1:0x0] bar
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note that the j= (jobid) field in the first file&apos;s entries contains the filename (a bug), whereas the second file&apos;s entries have the correct j= field as well as the filename in the right place.&lt;/p&gt;</comment>
                            <comment id="98405" author="hdoreau" created="Wed, 5 Nov 2014 08:33:12 +0000"  >&lt;p&gt;Looks like you&apos;re right, this regression was introduced by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1996&quot; title=&quot;Fine-grained job activity tracking using changelogs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1996&quot;&gt;&lt;del&gt;LU-1996&lt;/del&gt;&lt;/a&gt;. Are you already on it or shall I work on a patch?&lt;/p&gt;</comment>
                            <comment id="98420" author="hdoreau" created="Wed, 5 Nov 2014 14:25:16 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/12574&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12574&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="98421" author="mjmac" created="Wed, 5 Nov 2014 14:25:40 +0000"  >&lt;p&gt;Hi. I haven&apos;t started working on a patch. It would probably be faster for you to create one, since you&apos;re familiar with the code already. While you&apos;re in there, would you also please take a look at &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5859&quot; title=&quot;Running lfs changelog with no registered user results in LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5859&quot;&gt;&lt;del&gt;LU-5859&lt;/del&gt;&lt;/a&gt; to see if it&apos;s related? It may not be &amp;#8211; I haven&apos;t done a bisect to figure out when that one was introduced. It seems plausible that they could be related, though.&lt;/p&gt;</comment>
                            <comment id="98422" author="pjones" created="Wed, 5 Nov 2014 14:30:28 +0000"  >&lt;p&gt;James&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="99918" author="gerrit" created="Mon, 24 Nov 2014 13:17:17 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12574/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12574/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5862&quot; title=&quot;Jobstats tracking in changelogs doesn&amp;#39;t support jobid_var=disable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5862&quot;&gt;&lt;del&gt;LU-5862&lt;/del&gt;&lt;/a&gt; changelog: Proper record remapping&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a98690be9057f409b7840dc15c75f28d2c861c92&lt;/p&gt;</comment>
                            <comment id="100344" author="jamesanunez" created="Mon, 1 Dec 2014 19:29:46 +0000"  >&lt;p&gt;Landed to master (pre-2.7).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="16047">LU-1996</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="27552">LU-5907</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27539">LU-5899</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="16308" name="LU-5862.sh" size="1664" author="mjmac" created="Tue, 4 Nov 2014 21:41:33 +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|hzx06v:</customfieldvalue>

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