<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:44:14 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-11479] Error replicating xattr for /tmp/target/d8.lustre-rsync-test/d07/d073/b4: 2</title>
                <link>https://jira.whamcloud.com/browse/LU-11479</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The lustre-rsync-test test_8() is spewing thousands of messages:&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;Registered 1 changelog users: &apos;cl14&apos;
lustre-MDT0000: Registered changelog user cl14
Error replicating  xattr for /tmp/target/d8.lustre-rsync-test/d01/d011/c0: 2
Error replicating  xattr for /tmp/target/d8.lustre-rsync-test/d01/d011/c0: 2
Error replicating  xattr for /tmp/target/d8.lustre-rsync-test/d01/d011/c0: 2
:
Error replicating  xattr for /tmp/target/d8.lustre-rsync-test/d07/d073/b4: 2
:
Source: /mnt/lustre
Target: /tmp/target
Statuslog: /tmp/lustre_rsync.log
Changelog registration: cl14
Starting changelog record: 0
Clear changelog after use: no
Errors: 8100
lustre_rsync took 324 seconds
Changelog records consumed: 5121
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Each of the identical messsges if printed 5x before the next file is listed. Which makes it seem like it isn&apos;t working correctly, even though the test is not marked as failing. &lt;/p&gt;

&lt;p&gt;This looks like it started failing around 2018-07-31, but it is slow to track it back exactly because it involves looking at each passing test individually. I bisected the results to narrow it down to this date (+/- 1 day or so).&lt;/p&gt;

&lt;p&gt;A good run looks like:&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;Starting changelog record: 0
Clear changelog after use: no
Errors: 0
lustre_rsync took 191 seconds
Changelog records consumed: 3501
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="53524">LU-11479</key>
            <summary>Error replicating xattr for /tmp/target/d8.lustre-rsync-test/d07/d073/b4: 2</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="jhammond">John Hammond</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Sun, 7 Oct 2018 14:52:51 +0000</created>
                <updated>Mon, 29 Oct 2018 16:25:17 +0000</updated>
                            <resolved>Mon, 29 Oct 2018 16:25:17 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="234877" author="adilger" created="Sat, 13 Oct 2018 01:03:28 +0000"  >&lt;p&gt;The LSOM patch was landed on 2018-07-30, so is likely to be the cause of this problem. It will hopefully go away when the patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11466&quot; title=&quot;DoM files should not need LSOM sync for valid attributes on the MDS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11466&quot;&gt;&lt;del&gt;LU-11466&lt;/del&gt;&lt;/a&gt; lands. &lt;/p&gt;

&lt;p&gt;However, it isn&apos;t clear whether we should return an error from trying to set the &lt;tt&gt;trusted.lsom&lt;/tt&gt; xattr or not?  Some tools like &quot;cp&quot; and &quot;tar&quot; will try to copy all of the xattrs, and since trusted.som is listed it will generate an error and lists of noise. Similarly, we silently eat any attempt to set trusted.lov directly on an existing file, so that tools don&apos;t complain. &lt;/p&gt;

&lt;p&gt;Separately, it would be good to get a better error message in lustre_rsync, as we discussed. &lt;/p&gt;</comment>
                            <comment id="234909" author="qian_wc" created="Mon, 15 Oct 2018 06:58:43 +0000"  >&lt;p&gt;After applied the patch&#160;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11450&quot; title=&quot;trusted.som xattr is logged in changelog&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11450&quot;&gt;&lt;del&gt;LU-11450&lt;/del&gt;&lt;/a&gt; trusted.som xattr is logged in changelog, the error messages was gone.&lt;/p&gt;</comment>
                            <comment id="234938" author="gerrit" created="Mon, 15 Oct 2018 18:59:55 +0000"  >&lt;p&gt;John L. Hammond (jhammond@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33373&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33373&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11479&quot; title=&quot;Error replicating xattr for /tmp/target/d8.lustre-rsync-test/d07/d073/b4: 2&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11479&quot;&gt;&lt;del&gt;LU-11479&lt;/del&gt;&lt;/a&gt; rsync: replicate attributes of file in .lustrerepl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7ec4297fd6ab1f0e8ae4199c7646960f6e047c46&lt;/p&gt;</comment>
                            <comment id="234945" author="jhammond" created="Mon, 15 Oct 2018 20:40:16 +0000"  >&lt;p&gt;Please note that, even though &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11450&quot; title=&quot;trusted.som xattr is logged in changelog&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11450&quot;&gt;&lt;del&gt;LU-11450&lt;/del&gt;&lt;/a&gt; makes the messages go away, there is still a bug in lustre_rsync which is fixed by &lt;a href=&quot;https://review.whamcloud.com/33373&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33373&lt;/a&gt;. So let&apos;s leave this open until that change is landed.&lt;/p&gt;</comment>
                            <comment id="235791" author="gerrit" created="Mon, 29 Oct 2018 16:02:40 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33373/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33373/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11479&quot; title=&quot;Error replicating xattr for /tmp/target/d8.lustre-rsync-test/d07/d073/b4: 2&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11479&quot;&gt;&lt;del&gt;LU-11479&lt;/del&gt;&lt;/a&gt; rsync: replicate attributes of file in .lustrerepl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 337f230565ea033d126653e8da01315211470665&lt;/p&gt;</comment>
                            <comment id="235808" author="pjones" created="Mon, 29 Oct 2018 16:25:17 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="53459">LU-11450</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53485">LU-11466</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46203">LU-9538</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|i003qf:</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>