<!-- 
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Wed Jun 19 08:54:33 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/MB-6895/MB-6895.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>[MB-6895] [RN 2.0.1] Map function failure in a view for a document causes it to be unavailable for all other views in the design document </title>
                <link>http://www.couchbase.com/issues/browse/MB-6895</link>
                <project id="10010" key="MB">Couchbase Server</project>
                        <description>&lt;br/&gt;
As per Filipe&amp;#39;s comments:&lt;br/&gt;
&lt;br/&gt;
One thing to note is, when the map function of a view fails with a document X, map results for other views of the same design document won&amp;#39;t be computed for that same document X. &lt;br/&gt;
Only way to avoid this is by having the views in different design documents. This is a limitation inherited from Apache CouchDB, maybe we can get rid of it post 2.0.&lt;br/&gt;
&lt;br/&gt;
This can be little confusing for the users as views appear to be independent of each other. &lt;br/&gt;
&lt;br/&gt;
See &lt;a href=&quot;http://www.couchbase.com/issues/browse/CBSE-238&quot;&gt;http://www.couchbase.com/issues/browse/CBSE-238&lt;/a&gt; for an example case.</description>
                <environment></environment>
            <key id="20220">MB-6895</key>
            <summary>[RN 2.0.1] Map function failure in a view for a document causes it to be unavailable for all other views in the design document </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="kzeller">Karen Zeller</assignee>
                                <reporter username="deepkaran.salooja">Deepkaran Salooja</reporter>
                        <labels>
                        <label>2.0-release-notes</label>
                        <label>customer</label>
                    </labels>
                <created>Fri, 12 Oct 2012 06:11:47 -0500</created>
                <updated>Wed, 6 Mar 2013 17:27:14 -0600</updated>
                    <resolved>Wed, 6 Mar 2013 17:27:08 -0600</resolved>
                            <version>2.0</version>
                                <fixVersion>2.0.1</fixVersion>
                                <component>documentation</component>
                                <votes>1</votes>
                        <watches>6</watches>
                                                    <comments>
                    <comment id="41430" author="farshid" created="Mon, 15 Oct 2012 20:05:34 -0500"  >Dipti,&lt;br/&gt;
&lt;br/&gt;
should we assign this to MC for documentation ? </comment>
                    <comment id="41438" author="dipti" created="Tue, 16 Oct 2012 01:56:33 -0500"  >I consider this a bug. Filipe, can you provide feedback on how this can be fixed? &lt;br/&gt;
&lt;br/&gt;
In this case, why did the view fail in the first case? </comment>
                    <comment id="41441" author="FilipeManana" created="Tue, 16 Oct 2012 02:24:02 -0500"  >This is not a trivial change to do, and I think it&amp;#39;s a bit late to do it.&lt;br/&gt;
&lt;br/&gt;
Not sure if I understand your question about why it failed.&lt;br/&gt;
It&amp;#39;s a map function run time error for a particular document, we log/report the error and move on. And, results for other views in the same design document for that particular document are not considered.&lt;br/&gt;
CouchDB has had this behaviour for years, I don&amp;#39;t remember it being otherwise.</comment>
                    <comment id="41470" author="vmx" created="Tue, 16 Oct 2012 06:29:04 -0500"  >It&amp;#39;s a bit like a compiler, if one source file fails, the program can&amp;#39;t be build. The solution: fix your map functions.</comment>
                    <comment id="41850" author="dipti" created="Thu, 18 Oct 2012 16:50:50 -0500"  >The solution cannot be fix your map functions. Its very non-intuitive behavior for a database and makes development tough. &lt;br/&gt;
&lt;br/&gt;
Will need to fix in 2.0.1. </comment>
                    <comment id="42713" author="dipti" created="Sun, 28 Oct 2012 19:04:40 -0500"  >where is the mapreduce_errors file located? </comment>
                    <comment id="42721" author="FilipeManana" created="Sun, 28 Oct 2012 21:44:20 -0500"  >For development builds at least, it&amp;#39;s in the same directory as all other log files.</comment>
                    <comment id="44758" author="steve" created="Mon, 26 Nov 2012 13:47:01 -0600"  >bug-scrub: keeping in 2.0.1 for now, as two customers have reported running into this -- adoption issue.</comment>
                    <comment id="48051" author="vmx" created="Fri, 18 Jan 2013 05:52:05 -0600"  >Moving to 2.0.2, it&amp;#39;s out of scope for 2.0.1.&lt;br/&gt;
&lt;br/&gt;
Filipe, feel free to move back if you don&amp;#39;t agree.</comment>
                    <comment id="48123" author="dipti" created="Sun, 20 Jan 2013 19:12:40 -0600"  >Need to move back as its a customer issue and a community issue hit by several folks. As discussed in the bug scrub on Friday, this is a blocker for 2.0.1. &lt;br/&gt;
If we cannot make it in this coming week, we can revisit. </comment>
                    <comment id="48563" author="dipti" created="Thu, 24 Jan 2013 16:39:10 -0600"  >per bug-scrub: Filipe: I think you have made progress on this. Can you please update the bug re:fix? </comment>
                    <comment id="48564" author="dipti" created="Thu, 24 Jan 2013 16:39:37 -0600"  >We are trying to lock-down functional bugs by Friday. </comment>
                    <comment id="48669" author="FilipeManana" created="Fri, 25 Jan 2013 14:31:19 -0600"  >&lt;a href=&quot;http://review.couchbase.org/#/c/24205/&quot;&gt;http://review.couchbase.org/#/c/24205/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.couchbase.org/#/c/24206/&quot;&gt;http://review.couchbase.org/#/c/24206/&lt;/a&gt;</comment>
                    <comment id="48672" author="dipti" created="Fri, 25 Jan 2013 15:23:11 -0600"  >Thanks :-) </comment>
                    <comment id="48781" author="FilipeManana" created="Mon, 28 Jan 2013 13:26:59 -0600"  >merged</comment>
                    <comment id="48851" author="thuan" created="Mon, 28 Jan 2013 19:10:04 -0600"  >Integrated in github-couchdb-preview #558 (See [&lt;a href=&quot;http://qa.hq.northscale.net/job/github-couchdb-preview/558/&quot;&gt;http://qa.hq.northscale.net/job/github-couchdb-preview/558/&lt;/a&gt;])&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.couchbase.com/issues/browse/MB-6895&quot; title=&quot;[RN 2.0.1] Map function failure in a view for a document causes it to be unavailable for all other views in the design document &quot;&gt;&lt;strike&gt;MB-6895&lt;/strike&gt;&lt;/a&gt; Better map function error isolation (Revision cb32250806b28e9df6892f0ce652a9cb51949738)&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Result = SUCCESS&lt;br/&gt;
Filipe David Borba Manana : &lt;br/&gt;
Files : &lt;br/&gt;
* src/couchdb/couch_view_updater.erl&lt;br/&gt;
* src/mapreduce/win32/mapreduce.vcxproj.tpl.in&lt;br/&gt;
* src/mapreduce/mapreduce.cc&lt;br/&gt;
* src/couch_set_view/test/12-errors.t&lt;br/&gt;
* src/mapreduce/mapreduce.h&lt;br/&gt;
* src/mapreduce/Makefile.am&lt;br/&gt;
* src/mapreduce/test/01-map.t&lt;br/&gt;
* src/mapreduce/mapreduce_nif.cc&lt;br/&gt;
* src/mapreduce/nif_stl_allocator.h&lt;br/&gt;
* src/couch_set_view/src/couch_set_view_updater.erl&lt;br/&gt;
</comment>
                    <comment id="49932" author="deepkaran.salooja" created="Thu, 7 Feb 2013 04:22:07 -0600"  >For dev-subset queries, with one view having error in mapfuction is causing other views not to give results. Working fine for production/fullset queries.&lt;br/&gt;
&lt;br/&gt;
1. Install 2.0.1-150-rel&lt;br/&gt;
2. Create default bucket, load 100000 items using mcsoda&lt;br/&gt;
3. Create 1 ddoc, 2 views with view v1 defined to generate run-time error:&lt;br/&gt;
&lt;br/&gt;
curl -X PUT -H &amp;#39;Content-Type: application/json&amp;#39; &amp;#39;&lt;a href=&quot;http://Administrator:&quot;&gt;http://Administrator:&lt;/a&gt;&lt;a href=&apos;mailto:password@10.3.3.95&apos;&gt;password@10.3.3.95&lt;/a&gt;:8092/default/_design/dev_d1&amp;#39; \&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;-d &amp;#39;{&amp;quot;views&amp;quot;:{&amp;quot;v1&amp;quot;:{&amp;quot;map&amp;quot;:&amp;quot;function(doc, meta){\nemit(doc.foo.bar, null);\n}&amp;quot;}, &amp;quot;v2&amp;quot;:{&amp;quot;map&amp;quot;:&amp;quot;function(doc, meta){\nemit(meta.id, doc.name);\n}&amp;quot;}}}&amp;#39;&lt;br/&gt;
&lt;br/&gt;
4. Query the views:&lt;br/&gt;
&lt;br/&gt;
Development subset:&lt;br/&gt;
&lt;br/&gt;
Expected error for v1 - &lt;br/&gt;
curl -X GET &amp;#39;&lt;a href=&quot;http://10.3.3.95:8092/default/_design/dev_d1/_view/v1?stale=false&amp;limit=10&amp;#39;&quot;&gt;http://10.3.3.95:8092/default/_design/dev_d1/_view/v1?stale=false&amp;amp;limit=10&amp;amp;#39;&lt;/a&gt;&lt;br/&gt;
{&amp;quot;total_rows&amp;quot;:0,&amp;quot;rows&amp;quot;:[&lt;br/&gt;
],&lt;br/&gt;
&amp;quot;errors&amp;quot;:[&lt;br/&gt;
{&amp;quot;from&amp;quot;:&amp;quot;local&amp;quot;,&amp;quot;reason&amp;quot;:&amp;quot;{function_clause,\n    [{couch_view_mapreduce,&amp;#39;-map/1-lc$^1/1-1-&amp;#39;,\n         [{error,&amp;lt;&amp;lt;\&amp;quot;TypeError: Cannot read property &amp;#39;bar&amp;#39; of undefined\&amp;quot;&amp;gt;&amp;gt;}]},\n     {couch_view_mapreduce,&amp;#39;-map/1-lc$^0/1-0-&amp;#39;,1},\n     {couch_view_mapreduce,map,1},\n     {couch_view_updater,&amp;#39;-do_maps/5-fun-1-&amp;#39;,5},\n     {couch_view_updater,do_maps,5},\n     {couch_view_updater,&amp;#39;-update/3-fun-0-&amp;#39;,3}]}&amp;quot;}&lt;br/&gt;
]&lt;br/&gt;
}&lt;br/&gt;
&lt;br/&gt;
Unexpected error for v2 - &lt;br/&gt;
curl -X GET &amp;#39;&lt;a href=&quot;http://10.3.3.95:8092/default/_design/dev_d1/_view/v2?stale=false&amp;limit=10&amp;#39;&quot;&gt;http://10.3.3.95:8092/default/_design/dev_d1/_view/v2?stale=false&amp;amp;limit=10&amp;amp;#39;&lt;/a&gt;&lt;br/&gt;
{&amp;quot;total_rows&amp;quot;:0,&amp;quot;rows&amp;quot;:[&lt;br/&gt;
],&lt;br/&gt;
&amp;quot;errors&amp;quot;:[&lt;br/&gt;
{&amp;quot;from&amp;quot;:&amp;quot;local&amp;quot;,&amp;quot;reason&amp;quot;:&amp;quot;{function_clause,\n    [{couch_view_mapreduce,&amp;#39;-map/1-lc$^1/1-1-&amp;#39;,\n         [{error,&amp;lt;&amp;lt;\&amp;quot;TypeError: Cannot read property &amp;#39;bar&amp;#39; of undefined\&amp;quot;&amp;gt;&amp;gt;}]},\n     {couch_view_mapreduce,&amp;#39;-map/1-lc$^0/1-0-&amp;#39;,1},\n     {couch_view_mapreduce,map,1},\n     {couch_view_updater,&amp;#39;-do_maps/5-fun-1-&amp;#39;,5},\n     {couch_view_updater,do_maps,5},\n     {couch_view_updater,&amp;#39;-update/3-fun-0-&amp;#39;,3}]}&amp;quot;}&lt;br/&gt;
]&lt;br/&gt;
}&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Fullset:&lt;br/&gt;
&lt;br/&gt;
curl -X GET &amp;#39;&lt;a href=&quot;http://10.3.3.95:8092/default/_design/dev_d1/_view/v1?stale=false&amp;limit=10&amp;full_set=true&amp;#39;&quot;&gt;http://10.3.3.95:8092/default/_design/dev_d1/_view/v1?stale=false&amp;amp;limit=10&amp;amp;full_set=true&amp;amp;#39;&lt;/a&gt;&lt;br/&gt;
{&amp;quot;total_rows&amp;quot;:0,&amp;quot;rows&amp;quot;:[&lt;br/&gt;
]&lt;br/&gt;
}&lt;br/&gt;
&lt;br/&gt;
curl -X GET &amp;#39;&lt;a href=&quot;http://10.3.3.95:8092/default/_design/dev_d1/_view/v2?stale=false&amp;limit=10&amp;full_set=true&amp;#39;&quot;&gt;http://10.3.3.95:8092/default/_design/dev_d1/_view/v2?stale=false&amp;amp;limit=10&amp;amp;full_set=true&amp;amp;#39;&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
{&amp;quot;total_rows&amp;quot;:100002,&amp;quot;rows&amp;quot;:[&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-00003e3b9e533668&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-00003e3b9e533668&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-000053b1e684c9e7&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-000053b1e684c9e7&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-00029153d12ae1c9&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-00029153d12ae1c9&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-0002ac0d783338cf&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-0002ac0d783338cf&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-0004d0b59e19461f&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-0004d0b59e19461f&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-00053f5e11d1fe4e&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-00053f5e11d1fe4e&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-00056c20eb5a0295&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-00056c20eb5a0295&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-0006246bee639c7a&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-0006246bee639c7a&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-00063cb5da1826fe&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-00063cb5da1826fe&amp;quot;,&amp;quot;value&amp;quot;:null},&lt;br/&gt;
{&amp;quot;id&amp;quot;:&amp;quot;70one-0006aabe0ba47a35&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;70one-0006aabe0ba47a35&amp;quot;,&amp;quot;value&amp;quot;:null}&lt;br/&gt;
]&lt;br/&gt;
}&lt;br/&gt;
</comment>
                    <comment id="49945" author="FilipeManana" created="Thu, 7 Feb 2013 10:49:50 -0600"  >&lt;a href=&quot;http://review.couchbase.org/#/c/24474/&quot;&gt;http://review.couchbase.org/#/c/24474/&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Doh, this is what happens when there are 3 different view engines.&lt;br/&gt;
Also, for spatial (GeoCouch) views, the old behaviour is expected - it will change only when it migrates to the superstart tree structure as production views.&lt;br/&gt;
&lt;br/&gt;
Try the next build with that change merged.&lt;br/&gt;
thanks</comment>
                    <comment id="49946" author="thuan" created="Thu, 7 Feb 2013 11:13:49 -0600"  >Integrated in github-couchdb-preview #561 (See [&lt;a href=&quot;http://qa.hq.northscale.net/job/github-couchdb-preview/561/&quot;&gt;http://qa.hq.northscale.net/job/github-couchdb-preview/561/&lt;/a&gt;])&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.couchbase.com/issues/browse/MB-6895&quot; title=&quot;[RN 2.0.1] Map function failure in a view for a document causes it to be unavailable for all other views in the design document &quot;&gt;&lt;strike&gt;MB-6895&lt;/strike&gt;&lt;/a&gt; Fix badmatch on error (Revision da000c225be6ad4821bda8212c27190ecdbe3284)&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Result = SUCCESS&lt;br/&gt;
Filipe David Borba Manana : &lt;br/&gt;
Files : &lt;br/&gt;
* src/couchdb/couch_view_mapreduce.erl&lt;br/&gt;
</comment>
                    <comment id="49983" author="thuan" created="Sat, 9 Feb 2013 01:49:11 -0600"  >Integrated in github-couchdb-preview #562 (See [&lt;a href=&quot;http://qa.hq.northscale.net/job/github-couchdb-preview/562/&quot;&gt;http://qa.hq.northscale.net/job/github-couchdb-preview/562/&lt;/a&gt;])&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.couchbase.com/issues/browse/MB-6895&quot; title=&quot;[RN 2.0.1] Map function failure in a view for a document causes it to be unavailable for all other views in the design document &quot;&gt;&lt;strike&gt;MB-6895&lt;/strike&gt;&lt;/a&gt; Correct error processing for dev views (Revision 356ef20516464c5bd0c22dec643bd27fba618d18)&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Result = SUCCESS&lt;br/&gt;
Filipe David Borba Manana : &lt;br/&gt;
Files : &lt;br/&gt;
* src/couchdb/couch_view_mapreduce.erl&lt;br/&gt;
</comment>
                    <comment id="49999" author="dipti" created="Mon, 11 Feb 2013 02:10:51 -0600"  >assuming this was because dev views use stock couch. So Filipe, does your comment mean that you fixed it for 2.0.1? </comment>
                    <comment id="50012" author="deepkaran.salooja" created="Mon, 11 Feb 2013 04:56:59 -0600"  >Verified with build 2.0.1-153-rel.</comment>
                    <comment id="52162" author="kzeller" created="Wed, 6 Mar 2013 17:27:08 -0600"  >Added to RN 2.0.1:&lt;br/&gt;
&lt;br/&gt;
	&amp;lt;rnentry type=&amp;quot;fix&amp;quot;&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
		&amp;lt;version ver=&amp;quot;2.0.0l&amp;quot;/&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
		&amp;lt;class id=&amp;quot;index&amp;quot;/&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
		&amp;lt;issue type=&amp;quot;cb&amp;quot; ref=&amp;quot;&lt;a href=&quot;http://www.couchbase.com/issues/browse/MB-6895&quot; title=&quot;[RN 2.0.1] Map function failure in a view for a document causes it to be unavailable for all other views in the design document &quot;&gt;&lt;strike&gt;MB-6895&lt;/strike&gt;&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
&lt;br/&gt;
		&amp;lt;rntext&amp;gt;&lt;br/&gt;
			&lt;br/&gt;
			&amp;lt;para&amp;gt;&lt;br/&gt;
In past releases of Couchbase Server 2.0, if you had a map function that failed to index, other functions in the same &lt;br/&gt;
design document would also fail. This has been fixed.&lt;br/&gt;
			&amp;lt;/para&amp;gt;&lt;br/&gt;
&lt;br/&gt;
			&lt;br/&gt;
		&amp;lt;/rntext&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
	&amp;lt;/rnentry&amp;gt;</comment>
                    <comment id="52163" author="kzeller" created="Wed, 6 Mar 2013 17:27:14 -0600"  >Added to RN 2.0.1:&lt;br/&gt;
&lt;br/&gt;
	&amp;lt;rnentry type=&amp;quot;fix&amp;quot;&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
		&amp;lt;version ver=&amp;quot;2.0.0l&amp;quot;/&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
		&amp;lt;class id=&amp;quot;index&amp;quot;/&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
		&amp;lt;issue type=&amp;quot;cb&amp;quot; ref=&amp;quot;&lt;a href=&quot;http://www.couchbase.com/issues/browse/MB-6895&quot; title=&quot;[RN 2.0.1] Map function failure in a view for a document causes it to be unavailable for all other views in the design document &quot;&gt;&lt;strike&gt;MB-6895&lt;/strike&gt;&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
&lt;br/&gt;
		&amp;lt;rntext&amp;gt;&lt;br/&gt;
			&lt;br/&gt;
			&amp;lt;para&amp;gt;&lt;br/&gt;
In past releases of Couchbase Server 2.0, if you had a map function that failed to index, other functions in the same &lt;br/&gt;
design document would also fail. This has been fixed.&lt;br/&gt;
			&amp;lt;/para&amp;gt;&lt;br/&gt;
&lt;br/&gt;
			&lt;br/&gt;
		&amp;lt;/rntext&amp;gt;&lt;br/&gt;
		&lt;br/&gt;
	&amp;lt;/rnentry&amp;gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                        <customfield id="customfield_10180" key="com.atlassian.jira.ext.charting:firstresponsedate">
                <customfieldname>Date of First Response</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>Mon, 15 Oct 2012 20:05:34 -0500</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>3799</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>