[jira] [Commented] (COUCHDB-1791) Initial index of views is highly fragmented

2013-05-16 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13659437#comment-13659437 ] James Howe commented on COUCHDB-1791: - Fixed, was just a typo here, not in my actual

[jira] [Updated] (COUCHDB-1791) Initial index of views is highly fragmented

2013-05-16 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated COUCHDB-1791: Affects Version/s: 1.2.1 Initial index of views is highly fragmented

[jira] [Updated] (COUCHDB-1791) Initial index of views is highly fragmented

2013-05-16 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated COUCHDB-1791: Labels: performance (was: ) Initial index of views is highly fragmented

[jira] [Updated] (COUCHDB-1791) Initial index of views is highly fragmented

2013-05-16 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated COUCHDB-1791: Description: {code:javascript} function(doc) { if (doc.a === 'b') { emit(doc._id, null); } }

[jira] [Created] (COUCHDB-1791) Initial index of views is highly fragmented

2013-05-10 Thread James Howe (JIRA)
James Howe created COUCHDB-1791: --- Summary: Initial index of views is highly fragmented Key: COUCHDB-1791 URL: https://issues.apache.org/jira/browse/COUCHDB-1791 Project: CouchDB Issue Type:

[jira] [Commented] (COUCHDB-536) CouchDB HTTP server stops accepting connections

2013-01-09 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548682#comment-13548682 ] James Howe commented on COUCHDB-536: Think I've hit the same thing in 1.2.0. After

[jira] [Commented] (COUCHDB-1506) View returns null value after adding a document

2012-06-28 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13402939#comment-13402939 ] James Howe commented on COUCHDB-1506: - There's no guarantee over what values are

[jira] [Commented] (COUCHDB-1496) Incomplete Replication on Several Circumstances

2012-06-13 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13294275#comment-13294275 ] James Howe commented on COUCHDB-1496: - When the document is deleted, all other

[jira] [Commented] (COUCHDB-1476) In view map function doc object does not have .constructor defined on any of the contained objects.

2012-05-02 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266468#comment-13266468 ] James Howe commented on COUCHDB-1476: - What's wrong with Array.isArray and typeof v

[jira] [Commented] (COUCHDB-1252) A way to have views return _deleted documents

2011-09-19 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107698#comment-13107698 ] James Howe commented on COUCHDB-1252: - Time's up :p A way to have views return

[jira] [Commented] (COUCHDB-1175) Improve content type negotiation for couchdb JSON responses

2011-09-12 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102742#comment-13102742 ] James Howe commented on COUCHDB-1175: - Just FYI, the JSONView Firefox extension

[jira] [Commented] (COUCHDB-1265) Replication can introduce duplicates into the seq_btree.

2011-09-07 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13098788#comment-13098788 ] James Howe commented on COUCHDB-1265: - Presumably this bug could cause duplicate

[jira] [Commented] (COUCHDB-1252) A way to have views return _deleted documents

2011-09-05 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097067#comment-13097067 ] James Howe commented on COUCHDB-1252: - ETA on this patch Jason? A way to have

[jira] [Commented] (COUCHDB-1179) erl.exe crash during view indexing

2011-08-25 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090866#comment-13090866 ] James Howe commented on COUCHDB-1179: - doc_count: 5477 doc_del_count: 33856

[jira] [Created] (COUCHDB-1254) Document design and view options

2011-08-19 Thread James Howe (JIRA)
Document design and view options Key: COUCHDB-1254 URL: https://issues.apache.org/jira/browse/COUCHDB-1254 Project: CouchDB Issue Type: Improvement Components: Documentation Reporter:

[jira] [Created] (COUCHDB-1252) A way to have views return _deleted documents

2011-08-17 Thread James Howe (JIRA)
A way to have views return _deleted documents - Key: COUCHDB-1252 URL: https://issues.apache.org/jira/browse/COUCHDB-1252 Project: CouchDB Issue Type: New Feature Components: JavaScript

[jira] [Updated] (COUCHDB-1179) erl.exe crash during view indexing

2011-08-03 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe updated COUCHDB-1179: Affects Version/s: 1.1 Happens with 1.1 too: =erl_crash_dump:0.1 Wed Aug 03 10:20:10 2011

[jira] [Created] (COUCHDB-1227) Deleted validators are still run

2011-07-19 Thread James Howe (JIRA)
Deleted validators are still run Key: COUCHDB-1227 URL: https://issues.apache.org/jira/browse/COUCHDB-1227 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: 1.1

[jira] [Created] (COUCHDB-1179) erl.exe crash during view indexing

2011-05-26 Thread James Howe (JIRA)
erl.exe crash during view indexing -- Key: COUCHDB-1179 URL: https://issues.apache.org/jira/browse/COUCHDB-1179 Project: CouchDB Issue Type: Bug Components: JavaScript View Server Affects

[jira] [Commented] (COUCHDB-1163) Document returned by id, but cannot be found by rev

2011-05-18 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035473#comment-13035473 ] James Howe commented on COUCHDB-1163: - If there's doubt about whether the revision

[jira] [Commented] (COUCHDB-1163) Document returned by id, but cannot be found by rev

2011-05-18 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13035502#comment-13035502 ] James Howe commented on COUCHDB-1163: - Just FYI we've already rescued all these

[jira] [Commented] (COUCHDB-885) Attachments introduce conflicts after replication.

2011-05-17 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034633#comment-13034633 ] James Howe commented on COUCHDB-885: Sorry, there is a _conflicts, it's not deleted

[jira] [Commented] (COUCHDB-1163) Document returned by id, but cannot be found by rev

2011-05-17 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034718#comment-13034718 ] James Howe commented on COUCHDB-1163: - I'm also trying to get a simple reproducible

[jira] [Commented] (COUCHDB-885) Attachments introduce conflicts after replication.

2011-05-16 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034037#comment-13034037 ] James Howe commented on COUCHDB-885: This issue is still present in 1.0.2, even

[jira] [Commented] (COUCHDB-885) Attachments introduce conflicts after replication.

2011-05-16 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034097#comment-13034097 ] James Howe commented on COUCHDB-885: And I think you're confusing deleted conflicts

[jira] [Created] (COUCHDB-1163) Document returned by id, but cannot be found by rev

2011-05-12 Thread James Howe (JIRA)
Document returned by id, but cannot be found by rev --- Key: COUCHDB-1163 URL: https://issues.apache.org/jira/browse/COUCHDB-1163 Project: CouchDB Issue Type: Bug Components:

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031674#comment-13031674 ] James Howe commented on COUCHDB-1149: - The question was asked under the

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-11 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031701#comment-13031701 ] James Howe commented on COUCHDB-1149: - Maybe someone could more completely document

[jira] [Commented] (COUCHDB-1045) Replication reports missing for docs which exist and are accesible

2011-05-10 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031117#comment-13031117 ] James Howe commented on COUCHDB-1045: - COUCHDB-1154 - Same symptoms of an underlying

[jira] [Commented] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-05 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13029289#comment-13029289 ] James Howe commented on COUCHDB-1149: - I don't know the answer, so I can't.

[jira] [Reopened] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-05 Thread James Howe (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Howe reopened COUCHDB-1149: - Documentation of list functions doesn't explain how to use the 0.9 style

[jira] [Created] (COUCHDB-1149) Documentation of list functions doesn't explain how to use the 0.9 style

2011-05-04 Thread James Howe (JIRA)
Documentation of list functions doesn't explain how to use the 0.9 style Key: COUCHDB-1149 URL: https://issues.apache.org/jira/browse/COUCHDB-1149 Project: CouchDB