<!-- 
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sat May 25 11:41:04 CDT 2013

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 add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/si/jira.issueviews:issue-xml/SPY-94/SPY-94.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Couchbase</title>
    <link>http://www.couchbase.com/issues</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.4</version>
        <build-number>845</build-number>
        <build-date>26-12-2012</build-date>
    </build-info>

<item>
            <title>[SPY-94] handle disappearing nodes better, do not block io for other operations</title>
                <link>http://www.couchbase.com/issues/browse/SPY-94</link>
                <project id="10047" key="SPY">Spymemcached Java Client</project>
                        <description>In testing, we&amp;#39;ve found the client can end up blocked until the continuious op timeout comes along and kills a dead connection.&lt;br/&gt;
&lt;br/&gt;
Right now, in practice, this &amp;quot;network cable falls out&amp;quot; mode is worse than it needs to be since the handleIO() method on the evented IO loop blocks waiting for something to do.  Though it&amp;#39;s not 100% clear why, it&amp;#39;s believed to be related to all of the caller threads eventually blocking on the &amp;quot;int selected = selector.select(delay);&amp;quot; in that method.  Since our continuous timeout threshold is 1000 that means (worst case) 1000*timeout until we dump the connection, which could be several minutes.  Ideally, we&amp;#39;d probably push this IO down a layer so data wanting to go to a particular node from a new caller isn&amp;#39;t caught up in everything else going on.  There may be a simpler fix though, since these should all be non-blocking and the selector.select() should pretty much always come back with something.</description>
                <environment></environment>
            <key id="18704">SPY-94</key>
            <summary>handle disappearing nodes better, do not block io for other operations</summary>
                <type id="4" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="daschl">Michael Nitschinger</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Sun, 29 Jul 2012 19:33:24 -0500</created>
                <updated>Tue, 13 Nov 2012 07:47:54 -0600</updated>
                                                                                    <votes>0</votes>
                        <watches>0</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9512</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>