<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:02:49 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-8] Use non-blocking connect in ksocklnd</title>
                <link>https://jira.whamcloud.com/browse/LU-8</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Related to bz &lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=14846&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;14846&lt;/a&gt;. &lt;/p&gt;</description>
                <environment></environment>
        <key id="10081">LU-8</key>
            <summary>Use non-blocking connect in ksocklnd</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="liang">Liang Zhen</assignee>
                                    <reporter username="rread">Robert Read</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Oct 2010 16:20:22 +0000</created>
                <updated>Fri, 3 Jun 2011 22:20:56 +0000</updated>
                            <resolved>Fri, 3 Jun 2011 22:20:56 +0000</resolved>
                                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="10075" author="liang" created="Sun, 24 Oct 2010 21:56:50 +0000"  >&lt;p&gt;Robert,&lt;br/&gt;
which branch should it base on? 14846 is created for 1.6, but I guess we want it on newer version right? &lt;/p&gt;

&lt;p&gt;Liang&lt;/p&gt;</comment>
                            <comment id="10079" author="dferber" created="Tue, 26 Oct 2010 12:02:10 +0000"  >&lt;p&gt;They are running 1.8.3 and soon moving to 1.8.4, so you are right - they would like it based on the newer release. Dan. &lt;/p&gt;</comment>
                            <comment id="10081" author="morrone" created="Tue, 26 Oct 2010 14:16:12 +0000"  >&lt;p&gt;Are you really planning on making the connect non-blocking, or just implement dynamic creation of ksocknal_connd() threads as Andreas suggests?&lt;/p&gt;</comment>
                            <comment id="10083" author="liang" created="Tue, 26 Oct 2010 18:54:02 +0000"  >&lt;p&gt;I think suggestion from Andreas is quite reasonable, we can make connd threads-pool increase &amp;amp; shrink automatically (just like ptlrpc service threads)&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;if there is too many active connecting requests, create more threads&lt;/li&gt;
	&lt;li&gt;if number of connecting requests is under a low water, we can kill some connds&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Christopher, if you think it&apos;s acceptable, then I can start very soon.&lt;/p&gt;

&lt;p&gt;Regards&lt;br/&gt;
Liang&lt;/p&gt;</comment>
                            <comment id="10116" author="liang" created="Thu, 28 Oct 2010 09:45:52 +0000"  >&lt;p&gt;First version of patch&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,119&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,119&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Liang&lt;/p&gt;</comment>
                            <comment id="10132" author="liang" created="Tue, 2 Nov 2010 10:00:37 +0000"  >&lt;p&gt;I&apos;ve made some changes due to inspection, second version of patch is here: &lt;a href=&quot;http://review.whamcloud.com/#change,119&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,119&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Liang&lt;/p&gt;</comment>
                            <comment id="10147" author="rread" created="Wed, 3 Nov 2010 21:58:22 +0000"  >&lt;p&gt;Chris, the patch has been inspected and Liang has tested it as much as he can, so it seems we&apos;re ready to pass it on to you guys (and also to Oracle).  You can pull the 1.8-based &lt;br/&gt;
patch directly from Gerrit (the review link above has instructions for several methods of downloading the patch), or, if there are merge issues on your end, we can add a mirror of your chaos tree to review.whamcloud.com and merge the patch onto chaos here. (I do intend to mirror your tree eventually, but things are bit busy right now with SC coming up.)&lt;/p&gt;

&lt;p&gt;Please let me or Dan know if that works for you or if you would like to manage this differently. &lt;/p&gt;</comment>
                            <comment id="10148" author="morrone" created="Thu, 4 Nov 2010 11:42:36 +0000"  >&lt;p&gt;Robert, I am finding the gerrit page a bit confusing.  It appears from the comments at the bottom that I only want patch set 2, but there appears to be no way from the information at the top to discern that fact.&lt;/p&gt;

&lt;p&gt;It gives every appearance that both patch sets are approved as a whole.&lt;/p&gt;</comment>
                            <comment id="10149" author="rread" created="Fri, 5 Nov 2010 09:47:43 +0000"  >&lt;p&gt;I spoke with Chris yesterday to sort out the issues with Gerrit. He&apos;s going to pull the patch and try this on his tree next. &lt;/p&gt;</comment>
                            <comment id="10166" author="dferber" created="Tue, 9 Nov 2010 16:15:29 +0000"  >&lt;p&gt;Liang, can you put a short comment in bz 14846 just to say you are working on a related fix and give the Jira pointer to this bug. Thanks. &lt;/p&gt;</comment>
                            <comment id="10175" author="dferber" created="Fri, 12 Nov 2010 14:29:56 +0000"  >&lt;p&gt;Status: Next step is for LLNL to test in their environment. &lt;/p&gt;</comment>
                            <comment id="10272" author="morrone" created="Mon, 6 Dec 2010 14:21:54 +0000"  >&lt;p&gt;I added a comment on the patch in gerrit.&lt;/p&gt;</comment>
                            <comment id="10280" author="liang" created="Tue, 7 Dec 2010 01:43:36 +0000"  >&lt;p&gt;Chris, I&apos;ve updated the patch, briefly I just removed the interval for creating new thread. I didn&apos;t reserve more threads for creating new threads, because we have already reserved one thread for accepting, which is unlikely to be blocked for long time (the worst case is 10 seconds, which is unlikely to happen). But I can change it to have a dedicated thread for creating new thread if you still think it&apos;s necessary.&lt;/p&gt;

&lt;p&gt;Liang&lt;/p&gt;</comment>
                            <comment id="10497" author="liang" created="Thu, 27 Jan 2011 05:42:03 +0000"  >&lt;p&gt;Chris, have you got any chance to try this patch? I&apos;m thinking about push it into upstream if possible.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Liang&lt;/p&gt;</comment>
                            <comment id="10499" author="morrone" created="Thu, 27 Jan 2011 17:32:27 +0000"  >&lt;p&gt;I am sorry, I have not had the time to test this.&lt;/p&gt;</comment>
                            <comment id="10523" author="liang" created="Thu, 3 Feb 2011 15:13:29 +0000"  >&lt;p&gt;Patch landed on 1.8.*&lt;br/&gt;
I will port it to 2.* and push it to upstream&lt;/p&gt;</comment>
                            <comment id="11741" author="hudson" created="Fri, 1 Apr 2011 00:31:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-centos5/633/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #633&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12336" author="hudson" created="Wed, 6 Apr 2011 04:04:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el6-i686/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6-i686 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12337" author="hudson" created="Wed, 6 Apr 2011 04:05:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el5-x86_64/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-x86_64 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12338" author="hudson" created="Wed, 6 Apr 2011 04:05:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el5-i686/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-i686 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12339" author="hudson" created="Wed, 6 Apr 2011 04:06:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el5-x86_64/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-x86_64 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12340" author="hudson" created="Wed, 6 Apr 2011 04:07:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el5-i686/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-i686 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12341" author="hudson" created="Wed, 6 Apr 2011 04:17:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el6-x86_64/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-x86_64 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12342" author="hudson" created="Wed, 6 Apr 2011 04:21:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=ubuntu-x86_64/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu-x86_64 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12343" author="hudson" created="Wed, 6 Apr 2011 04:22:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el6-i686/92/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-i686 #92&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12344" author="hudson" created="Wed, 6 Apr 2011 04:29:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el6-i686/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6-i686 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12345" author="hudson" created="Wed, 6 Apr 2011 04:30:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el5-x86_64/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-x86_64 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12346" author="hudson" created="Wed, 6 Apr 2011 04:30:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el5-i686/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-i686 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12347" author="hudson" created="Wed, 6 Apr 2011 04:31:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el5-x86_64/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-x86_64 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12348" author="hudson" created="Wed, 6 Apr 2011 04:32:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el5-i686/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-i686 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12349" author="hudson" created="Wed, 6 Apr 2011 04:43:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el6-x86_64/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-x86_64 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12350" author="hudson" created="Wed, 6 Apr 2011 04:46:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=ubuntu-x86_64/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu-x86_64 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12351" author="hudson" created="Wed, 6 Apr 2011 04:47:17 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el6-i686/93/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-i686 #93&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12352" author="hudson" created="Wed, 6 Apr 2011 04:57:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el6-i686/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6-i686 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12353" author="hudson" created="Wed, 6 Apr 2011 04:58:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el5-x86_64/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-x86_64 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12354" author="hudson" created="Wed, 6 Apr 2011 04:58:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el5-i686/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5-i686 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12355" author="hudson" created="Wed, 6 Apr 2011 04:59:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el5-x86_64/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-x86_64 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12356" author="hudson" created="Wed, 6 Apr 2011 05:00:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,platform=el5-i686/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5-i686 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12357" author="hudson" created="Wed, 6 Apr 2011 05:10:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el6-x86_64/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-x86_64 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12358" author="hudson" created="Wed, 6 Apr 2011 05:14:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=ubuntu-x86_64/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu-x86_64 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12359" author="hudson" created="Wed, 6 Apr 2011 05:15:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,platform=el6-i686/94/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6-i686 #94&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=26ced7685db081733e7ebbae34606b50537d2d6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;26ced7685db081733e7ebbae34606b50537d2d6f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15464" author="hudson" created="Fri, 3 Jun 2011 15:37:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15467" author="hudson" created="Fri, 3 Jun 2011 15:37:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15470" author="hudson" created="Fri, 3 Jun 2011 15:39:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15473" author="hudson" created="Fri, 3 Jun 2011 15:40:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15476" author="hudson" created="Fri, 3 Jun 2011 15:40:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15479" author="hudson" created="Fri, 3 Jun 2011 15:55:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15482" author="hudson" created="Fri, 3 Jun 2011 15:56:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15485" author="hudson" created="Fri, 3 Jun 2011 15:58:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15488" author="hudson" created="Fri, 3 Jun 2011 15:59:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15491" author="hudson" created="Fri, 3 Jun 2011 16:00:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15494" author="hudson" created="Fri, 3 Jun 2011 16:01:37 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15497" author="hudson" created="Fri, 3 Jun 2011 16:12:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15501" author="hudson" created="Fri, 3 Jun 2011 16:21:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15504" author="hudson" created="Fri, 3 Jun 2011 16:25:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15508" author="hudson" created="Fri, 3 Jun 2011 16:42:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/148/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #148&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8&quot; title=&quot;Use non-blocking connect in ksocklnd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8&quot;&gt;&lt;del&gt;LU-8&lt;/del&gt;&lt;/a&gt; dynamically grow/shrink socklnd connd threads&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;304f39d5d0a8b0a3927c7ad06667ad8eaf4ff86f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_modparams.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/socklnd/socklnd_cb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15571" author="pjones" created="Fri, 3 Jun 2011 22:20:56 +0000"  >&lt;p&gt;Landed for 1.8.6 and 2.1&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14846.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <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|hzv933:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5006</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>