<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:16:24 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-8306] lost BL AST during failover</title>
                <link>https://jira.whamcloud.com/browse/LU-8306</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Replayed waiting lock doesn&apos;t checks if BL AST was sent.&lt;/p&gt;

&lt;p&gt;We need check for conflicting locks during every reprocess call.&lt;/p&gt;</description>
                <environment></environment>
        <key id="37663">LU-8306</key>
            <summary>lost BL AST during failover</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="wc-triage">WC Triage</assignee>
                                    <reporter username="askulysh">Andriy Skulysh</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 20 Jun 2016 14:52:39 +0000</created>
                <updated>Tue, 14 Mar 2017 06:09:10 +0000</updated>
                            <resolved>Tue, 14 Mar 2017 06:09:10 +0000</resolved>
                                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="156216" author="gerrit" created="Mon, 20 Jun 2016 15:15:44 +0000"  >&lt;p&gt;Andriy Skulysh (andriy.skulysh@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/20883&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/20883&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8306&quot; title=&quot;lost BL AST during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8306&quot;&gt;&lt;del&gt;LU-8306&lt;/del&gt;&lt;/a&gt; ldlm: lost BL AST during failover&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: af0bab5b2f81648160555c79860653c3ce1c9db7&lt;/p&gt;</comment>
                            <comment id="169146" author="vitaly_fertman" created="Tue, 11 Oct 2016 15:13:26 +0000"  >&lt;p&gt;the patch is fixing the following case:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;cl1 has a granted lock;&lt;/li&gt;
	&lt;li&gt;cl2 has a waiting lock, BL AST is sent but lost on a way;&lt;/li&gt;
	&lt;li&gt;failover, locks are replayed and applied on the server in the correct order;&lt;/li&gt;
	&lt;li&gt;waiting lock is just put to the resource, no new BL AST is re-sent, no timeout can happen for the granted lock on server, no timeout for the waiting lock on client;&lt;br/&gt;
=&amp;gt; cl2 will be hanging for a long time until cl1 will cancel its aged lock; may lead to cl2 eviction.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="179702" author="gerrit" created="Thu, 5 Jan 2017 12:43:36 +0000"  >&lt;p&gt;Niu Yawei (yawei.niu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24716&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24716&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8306&quot; title=&quot;lost BL AST during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8306&quot;&gt;&lt;del&gt;LU-8306&lt;/del&gt;&lt;/a&gt; ldlm: send blocking ASTs after lock replay&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7a77fed963b1e9b0cbf6ac9097bef0f56269ec68&lt;/p&gt;</comment>
                            <comment id="179843" author="gerrit" created="Fri, 6 Jan 2017 09:24:23 +0000"  >&lt;p&gt;Niu Yawei (yawei.niu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24737&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24737&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8306&quot; title=&quot;lost BL AST during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8306&quot;&gt;&lt;del&gt;LU-8306&lt;/del&gt;&lt;/a&gt; ldlm: reduce lock reprocess after recovery&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2f1739d01e34c13f9e212f065c95864be2f5e5dc&lt;/p&gt;</comment>
                            <comment id="188193" author="gerrit" created="Tue, 14 Mar 2017 02:58:46 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24716/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24716/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8306&quot; title=&quot;lost BL AST during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8306&quot;&gt;&lt;del&gt;LU-8306&lt;/del&gt;&lt;/a&gt; ldlm: send blocking ASTs after lock replay&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2ae4276ed35c0d89bde8029982e089b916620ae3&lt;/p&gt;</comment>
                            <comment id="188208" author="pjones" created="Tue, 14 Mar 2017 06:09:10 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="44575">LU-9195</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="37889">LU-8347</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|hzyf13:</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>