<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:08:03 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-7340] ChangeLogs catalog full condition should be handled more gracefully</title>
                <link>https://jira.whamcloud.com/browse/LU-7340</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Presently when a LLOG Catalog wraps and its latest assigned index collides with its oldest and still in use index, ENOSPC is returned and the caller just ignore the fact that LLOG record could not be written.&lt;/p&gt;

&lt;p&gt;For ChangeLogs specific usage, some actions could be attempted to recover space/records, some ideas have already been detailed in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6556&quot; title=&quot;changelog catalog corruption if all possible records is define &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6556&quot;&gt;&lt;del&gt;LU-6556&lt;/del&gt;&lt;/a&gt;, but it seems better to address them in this separate ticket.&lt;/p&gt;

&lt;p&gt;Input from Andreas :&lt;br/&gt;
I think the other thing that is needed here is to automatically unregister ChangeLog watcher(s) if the changelog is full or the MDS runs out of space (by default), or block all MDS operations until the ChangeLog can be written (if /proc tunable is set to make ChangeLog updates mandatory). It should unregister starting with the oldest watcher on the assumption that the older watcher was forgotten and newer ones are still running, and that this will release the most space. The unregistration should cancel records up to the next watcher, or all remaining records if no other watchers are left.&lt;/p&gt;

&lt;p&gt;Input from Robert :&lt;br/&gt;
I suggest going a step further and proactively remove stale watchers after a configurable period or when hitting a max watermark to try o avoid running out of space. Also, being unregistered is a reasonable notification to the application that they&apos;ve lost their changelog feed and need to resync.&lt;/p&gt;</description>
                <environment></environment>
        <key id="32827">LU-7340</key>
            <summary>ChangeLogs catalog full condition should be handled more gracefully</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="bfaccini">Bruno Faccini</assignee>
                                    <reporter username="bfaccini">Bruno Faccini</reporter>
                        <labels>
                    </labels>
                <created>Mon, 26 Oct 2015 17:52:31 +0000</created>
                <updated>Fri, 14 May 2021 17:52:03 +0000</updated>
                            <resolved>Sun, 17 Dec 2017 15:54:28 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                    <version>Lustre 2.5.4</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                            <comments>
                            <comment id="189398" author="bfaccini" created="Thu, 23 Mar 2017 13:59:13 +0000"  >&lt;p&gt;Sorry to be late on this, but I should be able to provide a fix/solution soon now.&lt;/p&gt;</comment>
                            <comment id="195738" author="gerrit" created="Fri, 12 May 2017 21:41:32 +0000"  >&lt;p&gt;Faccini Bruno (bruno.faccini@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/27103&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27103&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7340&quot; title=&quot;ChangeLogs catalog full condition should be handled more gracefully&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7340&quot;&gt;&lt;del&gt;LU-7340&lt;/del&gt;&lt;/a&gt; mdd: changelogs garbage collection&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b7d9cc253398f8f1a07038c351a2ce1a8969d834&lt;/p&gt;</comment>
                            <comment id="216491" author="gerrit" created="Sun, 17 Dec 2017 06:17:29 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/27103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27103/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7340&quot; title=&quot;ChangeLogs catalog full condition should be handled more gracefully&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7340&quot;&gt;&lt;del&gt;LU-7340&lt;/del&gt;&lt;/a&gt; mdd: changelogs garbage collection&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3442db6faf685fbdbd092bdfdc8d273e4990a141&lt;/p&gt;</comment>
                            <comment id="216533" author="pjones" created="Sun, 17 Dec 2017 15:54:28 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="216596" author="gerrit" created="Mon, 18 Dec 2017 15:53:27 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30573&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30573&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7340&quot; title=&quot;ChangeLogs catalog full condition should be handled more gracefully&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7340&quot;&gt;&lt;del&gt;LU-7340&lt;/del&gt;&lt;/a&gt; mdd: changelogs garbage collection&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 12c8163c17149d2afed78e2ba84da624dd920b34&lt;/p&gt;</comment>
                            <comment id="216860" author="gerrit" created="Wed, 20 Dec 2017 17:44:42 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30573/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30573/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7340&quot; title=&quot;ChangeLogs catalog full condition should be handled more gracefully&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7340&quot;&gt;&lt;del&gt;LU-7340&lt;/del&gt;&lt;/a&gt; mdd: changelogs garbage collection&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b87511a0578a03447c51a8495966d60c90fcee61&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="15097">LU-1586</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="43359">LU-9055</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="41702">LU-8856</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="50286">LU-10527</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="50857">LU-10680</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57176">LU-12871</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|hzxrg7:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>