<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:26:00 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-9416] lmv_hsm_ct_register() should add kkuc before sending registration RPCs</title>
                <link>https://jira.whamcloud.com/browse/LU-9416</link>
                <project id="10000" key="LU">Lustre</project>
                    <description></description>
                <environment></environment>
        <key id="45773">LU-9416</key>
            <summary>lmv_hsm_ct_register() should add kkuc before sending registration RPCs</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="hdoreau">Henri Doreau</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>hsm</label>
                    </labels>
                <created>Fri, 28 Apr 2017 15:30:18 +0000</created>
                <updated>Tue, 24 Oct 2017 21:48:33 +0000</updated>
                            <resolved>Thu, 19 Oct 2017 11:57:23 +0000</resolved>
                                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="206569" author="gerrit" created="Mon, 28 Aug 2017 08:30:42 +0000"  >&lt;p&gt;Henri Doreau (henri.doreau@cea.fr) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28751&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28751&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9416&quot; title=&quot;lmv_hsm_ct_register() should add kkuc before sending registration RPCs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9416&quot;&gt;&lt;del&gt;LU-9416&lt;/del&gt;&lt;/a&gt; hsm: add kkuc before sending registration RPCs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f76ade97e83d909f0247c93ae4e560ff2b442b0b&lt;/p&gt;</comment>
                            <comment id="210283" author="bfaccini" created="Wed, 4 Oct 2017 12:39:33 +0000"  >&lt;p&gt;John,&lt;br/&gt;
Can you at least comment/detail here about the main reason/need for this change ??!! &lt;br/&gt;
Could this be to avoid that some KUC msgs/requests from Server to Client could be lost, or to cause other inconvenient, during some racy cases ??... Or simply to do local operations first and thus prevent from doing useless remote/MDTs registrations in case of failure ?&lt;/p&gt;</comment>
                            <comment id="210285" author="jhammond" created="Wed, 4 Oct 2017 13:25:04 +0000"  >&lt;p&gt;&amp;gt; Could this be to avoid that some KUC msgs/requests from Server to Client could be lost, or to cause other inconvenient, during some racy cases ??&lt;/p&gt;

&lt;p&gt;Correct. I have seen in sanity-hsm runs where the resistration completed and the CDTs sent HSM actions just before the kkuc registration happens. In this case the client drops the actions because there are no CT pipes in the KKUC list. Then the CDT must wait and resent the actions causing a 200+ second delay.&lt;/p&gt;</comment>
                            <comment id="210291" author="bfaccini" created="Wed, 4 Oct 2017 14:32:08 +0000"  >&lt;p&gt;So this should be kind of a follow-on to my previous patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9038&quot; title=&quot;sanity-hsm: kernel panic in lbcfs_kkuc_group_put()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9038&quot;&gt;&lt;del&gt;LU-9038&lt;/del&gt;&lt;/a&gt;, that fixed the crashes that could occur before and during the same race but introduced this retry mechanism from CDT, right...&lt;/p&gt;</comment>
                            <comment id="210487" author="jhammond" created="Fri, 6 Oct 2017 13:43:23 +0000"  >&lt;p&gt;Correct.&lt;/p&gt;</comment>
                            <comment id="211457" author="gerrit" created="Thu, 19 Oct 2017 06:18:10 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28751/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28751/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9416&quot; title=&quot;lmv_hsm_ct_register() should add kkuc before sending registration RPCs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9416&quot;&gt;&lt;del&gt;LU-9416&lt;/del&gt;&lt;/a&gt; hsm: add kkuc before sending registration RPCs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bdb04079570dd2de3b9310221e0206d64efb9ecc&lt;/p&gt;</comment>
                            <comment id="211478" author="pjones" created="Thu, 19 Oct 2017 11:57:23 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="211547" author="gerrit" created="Thu, 19 Oct 2017 21:21:14 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/29687&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29687&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9416&quot; title=&quot;lmv_hsm_ct_register() should add kkuc before sending registration RPCs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9416&quot;&gt;&lt;del&gt;LU-9416&lt;/del&gt;&lt;/a&gt; hsm: add kkuc before sending registration RPCs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 45b51a053c014a11b49768757ab6d08103f8547e&lt;/p&gt;</comment>
                            <comment id="211877" author="gerrit" created="Tue, 24 Oct 2017 21:38:48 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/29687/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29687/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9416&quot; title=&quot;lmv_hsm_ct_register() should add kkuc before sending registration RPCs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9416&quot;&gt;&lt;del&gt;LU-9416&lt;/del&gt;&lt;/a&gt; hsm: add kkuc before sending registration RPCs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 46aee8eba9000e458d231c975716feb275b8eb92&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|hzzbgn:</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>