[jira] Commented: (COUCHDB-579) Using filters on continuous feeds fails

2010-03-16 Thread Mark Beeson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846306#action_12846306 ] Mark Beeson commented on COUCHDB-579: - Appears to have been fixed in CouchDBX 0.10.1 -

[jira] Commented: (COUCHDB-579) Using filters on continuous feeds fails

2010-03-16 Thread Mark Beeson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846187#action_12846187 ] Mark Beeson commented on COUCHDB-579: - This is failing for me as well, CouchDBX 0.10.0

[jira] Created: (COUCHDB-703) doc_ids replicate always the same document list

2010-03-16 Thread Nikolai Teofilov (JIRA)
doc_ids replicate always the same document list - Key: COUCHDB-703 URL: https://issues.apache.org/jira/browse/COUCHDB-703 Project: CouchDB Issue Type: Bug Components: Replication

Re: Partial replication bug

2010-03-16 Thread Nikolai Teofilov
Yep! I will Cheers Nikolai On 16.03.2010, at 22:18, J Chris Anderson wrote: > > On Mar 16, 2010, at 1:18 PM, Nikolai Teofilov wrote: > >> Just notice a problem with the API for the replication by doc_ids: >> > > Thank you for the bug report. Do you mind creating a ticket for it on Jira so

Re: Partial replication bug

2010-03-16 Thread J Chris Anderson
On Mar 16, 2010, at 1:18 PM, Nikolai Teofilov wrote: > Just notice a problem with the API for the replication by doc_ids: > Thank you for the bug report. Do you mind creating a ticket for it on Jira so we don't lose track of it? http://issues.apache.org/jira/browse/COUCHDB Thanks, Chris >

Partial replication bug

2010-03-16 Thread Nikolai Teofilov
Just notice a problem with the API for the replication by doc_ids: curl -X PUT http://192.168.10.239:5984/test curl -X PUT http://192.168.10.239/test/doc1 -d '{}' curl -X PUT http://192.168.10.239/test/doc2 -d '{}' curl -X PUT http://192.168.10.239/test/doc3 -d '{}' curl -X PUT http://192.168.1

[jira] Closed: (COUCHDB-702) Why don't use BSON ?

2010-03-16 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-702. -- Resolution: Invalid BSON is a bad idea. It's not a standard and it tried to do odd stuff like

Re: Testsuite for HTTP api: questions. And more questions.

2010-03-16 Thread J Chris Anderson
On Mar 16, 2010, at 8:49 AM, Lena Herrmann wrote: > Hi! > >>> * Many couch.js methods, like "save" in line 48 for example, take an >>> "options" hash that goes into the request headers. What different kinds of >>> options are there for the requestHeaders? I only found out about >>> "X-Couch-Full

[jira] Created: (COUCHDB-702) Why don't use BSON ?

2010-03-16 Thread KV (JIRA)
Why don't use BSON ? - Key: COUCHDB-702 URL: https://issues.apache.org/jira/browse/COUCHDB-702 Project: CouchDB Issue Type: Improvement Components: Database Core Reporter: KV I don't know a lot ab

Testsuite: changes question

2010-03-16 Thread Lena Herrmann
Hi, the "changes" method in couch.js takes not only options, but also keys. What are the keys for? Lena

Re: Testsuite for HTTP api: questions. And more questions.

2010-03-16 Thread Lena Herrmann
Hi! * Many couch.js methods, like "save" in line 48 for example, take an "options" hash that goes into the request headers. What different kinds of options are there for the requestHeaders? I only found out about "X-Couch-Full-Commit". What does "X-Couch-Persist" do? Are there any more options?

[jira] Updated: (COUCHDB-701) Replication failed then couchdb crashes

2010-03-16 Thread linkfluence (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] linkfluence updated COUCHDB-701: Attachment: couchdb.log.gz Adding logfile > Replication failed then couchdb crashes > ---

[jira] Created: (COUCHDB-701) Replication failed then couchdb crashes

2010-03-16 Thread linkfluence (JIRA)
Replication failed then couchdb crashes --- Key: COUCHDB-701 URL: https://issues.apache.org/jira/browse/COUCHDB-701 Project: CouchDB Issue Type: Bug Components: Replication Affects Versions:

[jira] Created: (COUCHDB-700) Performance Regression for view generation in 0.11

2010-03-16 Thread Henrik Thostrup Jensen (JIRA)
Performance Regression for view generation in 0.11 -- Key: COUCHDB-700 URL: https://issues.apache.org/jira/browse/COUCHDB-700 Project: CouchDB Issue Type: Improvement Components: Data

[jira] Updated: (COUCHDB-700) Performance Regression for view generation in 0.11

2010-03-16 Thread Henrik Thostrup Jensen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrik Thostrup Jensen updated COUCHDB-700: --- Attachment: couchdb_011_view_speedup.diff Increase write work queue in Couch