<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:46:35 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-4871] missing newlines at end of error messages</title>
                <link>https://jira.whamcloud.com/browse/LU-4871</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are 70 odd CERROR/CWARN/CDEBUG... messages with missing newlines. The attached file was generated a few weeks ago.&lt;/p&gt;</description>
                <environment></environment>
        <key id="24119">LU-4871</key>
            <summary>missing newlines at end of error messages</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="jamesanunez">James Nunez</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>messages</label>
                    </labels>
                <created>Tue, 8 Apr 2014 20:27:40 +0000</created>
                <updated>Tue, 11 Nov 2014 23:00:26 +0000</updated>
                            <resolved>Tue, 11 Nov 2014 23:00:26 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="81641" author="pjones" created="Tue, 15 Apr 2014 17:41:19 +0000"  >&lt;p&gt;James&lt;/p&gt;

&lt;p&gt;Could you please take care of this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="81642" author="jhammond" created="Tue, 15 Apr 2014 17:44:30 +0000"  >&lt;p&gt;I also noticed two messages with double newlines:&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;ll_layout_refresh
osc_lock_init

--
00000008:00010000:3.0:1397487994.678070:0:5401:0:(osc_lock.c:1753:osc_lock_init()) ### lock ffff8801e4af0ed0, osc lock ffff8801e457bcc0, flags 41000

--
00000080:00010000:3.0:1397487994.678467:0:5401:0:(file.c:3975:ll_layout_refresh()) ### lustre: requeue layout lock for file [0x280000400:0x12b:0x0](ffff8802002c4b78)

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="81799" author="jamesanunez" created="Thu, 17 Apr 2014 03:52:24 +0000"  >&lt;p&gt;The double newlines are a results of LDLM_DEBUG_NOLOCK being defined as:&lt;br/&gt;
#define LDLM_DEBUG_NOLOCK(format, a...)			\&lt;br/&gt;
	CDEBUG(D_DLMTRACE, &quot;### &quot; format &quot;\n&quot; , ##a)&lt;/p&gt;

&lt;p&gt;So, anyone using LDLM_DEBUG_NOLOCK should not use a newline character at the end of the message. At least two uses of LDLM_DEBUG_NOLOCK used the newline, producing the double newlines printed and there are several examples of calling LDLM_DEBUG_NOLOCK without the newline character. &lt;/p&gt;

&lt;p&gt;We have other examples of defining new routines based on CDEBUG, CL_LOCK_DEBUG for example, and we don&#8217;t add a newline character in the definition of those routines. I think we should be consistent and leave out the &quot;\n&quot; in the definition of LDLM_DEBUG_NOLOCK. &lt;/p&gt;</comment>
                            <comment id="82297" author="jamesanunez" created="Wed, 23 Apr 2014 17:04:20 +0000"  >&lt;p&gt;Proposed patch at &lt;a href=&quot;http://review.whamcloud.com/#/c/10000/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/10000/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="88886" author="jamesanunez" created="Fri, 11 Jul 2014 21:50:56 +0000"  >&lt;p&gt;John, &lt;/p&gt;

&lt;p&gt;Patch &lt;a href=&quot;http://review.whamcloud.com/#/c/10000/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/10000/&lt;/a&gt; landed. Should we close this ticket or do you want to generate a new list to see if there are new cases of missing newlines in the latest master?&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;</comment>
                            <comment id="89238" author="jamesanunez" created="Wed, 16 Jul 2014 16:07:17 +0000"  >&lt;p&gt;Patch landed to master&lt;/p&gt;</comment>
                            <comment id="95202" author="cliffw" created="Mon, 29 Sep 2014 16:43:10 +0000"  >&lt;p&gt;With latest master, 2.6.53, I am getting buried in these messages:&lt;/p&gt;

&lt;p&gt;iwc12 kernel: format at osc_cache.c:1473:osc_enter_cache_try doesn&apos;t end in newline&lt;/p&gt;</comment>
                            <comment id="95213" author="simmonsja" created="Mon, 29 Sep 2014 17:34:46 +0000"  >&lt;p&gt;Me too.&lt;/p&gt;</comment>
                            <comment id="95216" author="jamesanunez" created="Mon, 29 Sep 2014 17:38:57 +0000"  >&lt;p&gt;That message should be cleaned up with the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5551&quot; title=&quot;format at ldlm_pool.c:625:ldlm_pool_recalc doesn&amp;#39;t end in newline&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5551&quot;&gt;&lt;del&gt;LU-5551&lt;/del&gt;&lt;/a&gt; patch at &lt;a href=&quot;http://review.whamcloud.com/#/c/11996/3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/11996/3&lt;/a&gt; &lt;/p&gt;</comment>
                            <comment id="98934" author="jamesanunez" created="Tue, 11 Nov 2014 23:00:26 +0000"  >&lt;p&gt;Resolving ticket since patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5551&quot; title=&quot;format at ldlm_pool.c:625:ldlm_pool_recalc doesn&amp;#39;t end in newline&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5551&quot;&gt;&lt;del&gt;LU-5551&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;http://review.whamcloud.com/#/c/11996/3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/11996/3&lt;/a&gt; , landed to master (pre-2.7)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="26195">LU-5551</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="14675" name="cerror-missing-newlines.txt" size="16181" author="jhammond" created="Tue, 8 Apr 2014 20:27:40 +0000"/>
                    </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|hzwjkv:</customfieldvalue>

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