<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:15:42 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-1331] changelogs: RNMTO record not always after RNMFRM</title>
                <link>https://jira.whamcloud.com/browse/LU-1331</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In Lustre MDT changelog, rename operations are splitted in 2 lines CL_RENAME (displayed as RNMFM) and CL_EXT (displayed as RNMTO).&lt;br/&gt;
I found some case where those 2 records are not consecutive in the changelog: other operations are inserted between them.&lt;/p&gt;

&lt;p&gt;example:&lt;br/&gt;
14989521 08RNMFM 03:09:52.275492602 2012.04.14 0x0 t=&lt;span class=&quot;error&quot;&gt;&amp;#91;0x20000b8d3:0xaae6:0x0&amp;#93;&lt;/span&gt; p=&lt;span class=&quot;error&quot;&gt;&amp;#91;0x20000b7ba:0x4b4c:0x0&amp;#93;&lt;/span&gt; .adcread.q6TIXm&lt;br/&gt;
14989522 14SATTR 03:09:52.275492602 2012.04.14 0x14 t=&lt;span class=&quot;error&quot;&gt;&amp;#91;0x20000b7bb:0x1c1e:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
14989523 09RNMTO 03:09:52.275492602 2012.04.14 0x0 t=&lt;span class=&quot;error&quot;&gt;&amp;#91;0:0x0:0x0&amp;#93;&lt;/span&gt; p=&lt;span class=&quot;error&quot;&gt;&amp;#91;0x20000b7ba:0x4b4c:0x0&amp;#93;&lt;/span&gt; adcread&lt;/p&gt;

&lt;p&gt;Looking at lustre_rsync code, it seems CL_RENAME and CL_EXT are expected to be consecutive.&lt;br/&gt;
So there are 2 options:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;lustre_rsync does a bad asumption about that&lt;br/&gt;
or&lt;/li&gt;
	&lt;li&gt;there is a locking or transaction issue when generating CL  rename records which allows another operation to be logged in between&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Given that CL_EXT is an extra info related to CL_RENAME, it would be easier if they are together in the log...&lt;/p&gt;</description>
                <environment></environment>
        <key id="14040">LU-1331</key>
            <summary>changelogs: RNMTO record not always after RNMFRM</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="laisiyao">Lai Siyao</assignee>
                                    <reporter username="leibovici-cea">Thomas LEIBOVICI - CEA</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 Apr 2012 10:46:01 +0000</created>
                <updated>Thu, 11 Jul 2013 16:06:58 +0000</updated>
                            <resolved>Thu, 24 Jan 2013 13:15:10 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                    <fixVersion>Lustre 2.1.5</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="34974" author="pjones" created="Tue, 17 Apr 2012 20:48:43 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="35004" author="laisiyao" created="Wed, 18 Apr 2012 05:46:44 +0000"  >&lt;p&gt;Yes, the two rename logs should be written atomically, instead of introducing new lock which may hurt parallel operation performance, it&apos;s better to add llog support to write multiple records in one blow. This will change quite a number of interfaces, I&apos;ll commit the fix later.&lt;/p&gt;</comment>
                            <comment id="35076" author="laisiyao" created="Thu, 19 Apr 2012 04:08:04 +0000"  >&lt;p&gt;review is on &lt;a href=&quot;http://review.whamcloud.com/#change,2577&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2577&lt;/a&gt;, Thomas, could you help verify it?&lt;/p&gt;</comment>
                            <comment id="39911" author="pjones" created="Mon, 4 Jun 2012 05:46:29 +0000"  >&lt;p&gt;Thomas&lt;/p&gt;

&lt;p&gt;When do you expect to be able to test whether this fix works for you&amp;gt;&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="44505" author="laisiyao" created="Mon, 10 Sep 2012 11:35:45 +0000"  >&lt;p&gt;Patch landed.&lt;/p&gt;</comment>
                            <comment id="49229" author="bobijam" created="Thu, 13 Dec 2012 21:59:33 +0000"  >&lt;p&gt;b2_1 patch port tracking at &lt;a href=&quot;http://review.whamcloud.com/3835&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3835&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="17697">LU-2866</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="14657">LU-1458</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hzv6bz:</customfieldvalue>

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