<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sun May 19 17:43:24 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/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+JCBC+AND+fixVersion+%3D+%221.0.2%22&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.couchbase.com/issues/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Couchbase</title>
        <link>http://www.couchbase.com/issues/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+JCBC+AND+fixVersion+%3D+%221.0.2%22</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[JCBC-19] client can fail to reconnect to the cluster if the place it&apos;s currently connected fails</title>
                <link>http://www.couchbase.com/issues/browse/JCBC-19</link>
                <project id="10080" key="JCBC">Couchbase Java Client</project>
                        <description>Couchbase client 1.0.1, verified with autofailover.</description>
                <environment></environment>
            <key id="16312">JCBC-19</key>
            <summary>client can fail to reconnect to the cluster if the place it&apos;s currently connected fails</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="ingenthr">Matt Ingenthron</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Mar 2012 18:48:55 -0500</created>
                <updated>Thu, 5 Apr 2012 20:32:30 -0500</updated>
                    <resolved>Thu, 5 Apr 2012 20:32:24 -0500</resolved>
                            <version>1.0.1</version>
                                <fixVersion>1.0.2</fixVersion>
                                                <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>11317</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[JCBC-16] client can OOM due to a bug in netty</title>
                <link>http://www.couchbase.com/issues/browse/JCBC-16</link>
                <project id="10080" key="JCBC">Couchbase Java Client</project>
                        <description>According to the bug reporter, the client can OOM leaking vbucket objects, and those owing (likely) to a bug in Netty.&lt;br/&gt;
&lt;br/&gt;
From the bug reporter:&lt;br/&gt;
Using sdk 1.0.1 and couchbase (enterprise)  1.8, my application&lt;br/&gt;
(basically a TapClient which runs &amp;quot;dump&amp;quot; method) had OutOfMemory and&lt;br/&gt;
&amp;quot;Too many open files&amp;quot; issues.&lt;br/&gt;
By dumping memory with jmap, it seemed that jvm memory was full of&lt;br/&gt;
VBucket object, also there was a correlation between the number of&lt;br/&gt;
VBucket and each tapclient.dump call (each calls brings like 2048 new&lt;br/&gt;
elements).&lt;br/&gt;
&lt;br/&gt;
This is surely related to some changes in&lt;br/&gt;
spymemcached2.8+couchbase1.0.1 as I had no issue with spymemcached&lt;br/&gt;
2.7.3.&lt;br/&gt;
It seems that those VBucket where related to CouchbaseConnection&lt;br/&gt;
object, which were (at least) referenced in some org.jboss.netty&lt;br/&gt;
classes, like org.jboss.netty.channel.AbstractChannel.&lt;br/&gt;
I had no time to check in the Netty community, but it seems that&lt;br/&gt;
replacing sdk default netty jar with the latest 3.3.1 solves the&lt;br/&gt;
issue, as the number of&lt;br/&gt;
Vbucket is no longer running up.&lt;br/&gt;
&lt;br/&gt;
Anyone facing the same issue? Is it safe to use this netty version?&lt;br/&gt;
Eventually, if this issue is confirmed, it could be time to update the&lt;br/&gt;
sdk zip file downloadable by the site.</description>
                <environment></environment>
            <key id="16218">JCBC-16</key>
            <summary>client can OOM due to a bug in netty</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="1" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/blocker.png">Blocker</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="rags">Raghavan Srinivas</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 Feb 2012 11:59:23 -0600</created>
                <updated>Thu, 5 Apr 2012 20:33:50 -0500</updated>
                    <resolved>Thu, 5 Apr 2012 20:33:50 -0500</resolved>
                            <version>1.0.1</version>
                                <fixVersion>1.0.2</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="24709" author="wferrara" created="Thu, 1 Mar 2012 09:47:38 -0600"  >It seems it maybe connected to &lt;br/&gt;
&lt;a href=&quot;https://issues.jboss.org/browse/NETTY-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#issue-tabs&quot;&gt;https://issues.jboss.org/browse/NETTY-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#issue-tabs&lt;/a&gt;&lt;br/&gt;
by the way, it also seems that TapConnectionProvider.java open a CouchbaseConnectionFactory but never shutdown it.&lt;br/&gt;
I&amp;#39;m going to add a patch of that file which at least until now, it seems to do the trick.&lt;br/&gt;
</comment>
                    <comment id="24710" author="wferrara" created="Thu, 1 Mar 2012 09:48:26 -0600"  >this keeps the number of VBucket object under control.</comment>
                </comments>
                    <attachments>
                    <attachment id="12418" name="TapConnectionProvider.patch" size="198" author="wferrara" created="Thu, 1 Mar 2012 09:48:26 -0600" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>8648</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>