[jira] [Commented] (COUCHDB-577) couchdb @ winxp: Simple RegExp's can not be executed

2011-10-11 Thread Chas Emerick (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125026#comment-13125026 ] Chas Emerick commented on COUCHDB-577: -- A fellow in Mozilla irc (thanks evilpie!)

Re: CouchDB Replication lacking resilience for many database

2011-10-11 Thread Jan Lehnardt
On Oct 11, 2011, at 14:20 , Mark Hahn wrote: It would be nice to have a control panel that displays things like this message queue depth, connection counts, memory consumed, cpu consumed, reads/writes per second, view rebuilds/sec, avg response times, etc. I'm sure someone could come up

[jira] [Commented] (COUCHDB-1136) cleanup views does not work when a design document has no views

2011-10-11 Thread Adam Kocoloski (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125228#comment-13125228 ] Adam Kocoloski commented on COUCHDB-1136: - Randall, I think you fixed a bug

[jira] [Updated] (COUCHDB-1136) cleanup views does not work when a database has no design documents

2011-10-11 Thread Randall Leeds (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds updated COUCHDB-1136: --- Description: When a database has no design documents the cleanup code creates an empty

[jira] [Closed] (COUCHDB-1136) cleanup views does not work when a database has no design documents

2011-10-11 Thread Randall Leeds (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds closed COUCHDB-1136. -- cleanup views does not work when a database has no design documents

[jira] [Commented] (COUCHDB-577) couchdb @ winxp: Simple RegExp's can not be executed

2011-10-11 Thread Randall Leeds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125279#comment-13125279 ] Randall Leeds commented on COUCHDB-577: --- CouchDB 1.1.1, which is currently being

[jira] [Commented] (COUCHDB-577) couchdb @ winxp: Simple RegExp's can not be executed

2011-10-11 Thread Chas Emerick (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125284#comment-13125284 ] Chas Emerick commented on COUCHDB-577: -- @Randall What's odd is that some couch

[jira] [Updated] (COUCHDB-911) Repeating a doc._id in a _bulk_docs request results in erroneous Document conflict error

2011-10-11 Thread Bob Dionne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Dionne updated COUCHDB-911: --- Attachment: (was: jira-911.patch) Repeating a doc._id in a _bulk_docs request results in

[jira] [Updated] (COUCHDB-911) Repeating a doc._id in a _bulk_docs request results in erroneous Document conflict error

2011-10-11 Thread Bob Dionne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Dionne updated COUCHDB-911: --- Attachment: (was: whitespace.patch) Repeating a doc._id in a _bulk_docs request results in

[jira] [Updated] (COUCHDB-911) Repeating a doc._id in a _bulk_docs request results in erroneous Document conflict error

2011-10-11 Thread Bob Dionne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Dionne updated COUCHDB-911: --- Attachment: 0003-Add-references-to-docs-to-prevent-dups-from-being-co.patch

[jira] [Commented] (COUCHDB-577) couchdb @ winxp: Simple RegExp's can not be executed

2011-10-11 Thread Randall Leeds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125442#comment-13125442 ] Randall Leeds commented on COUCHDB-577: --- If you look in the Ubuntu changelog for

[jira] [Commented] (COUCHDB-577) couchdb @ winxp: Simple RegExp's can not be executed

2011-10-11 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13125444#comment-13125444 ] Paul Joseph Davis commented on COUCHDB-577: --- @Chas, The issue is that

status of universal binary json in couchdb

2011-10-11 Thread Dominic Tarr
I read here https://plus.google.com/107397941677313236670/posts/LFBB233PKQ1 that UBJ was under consideration? The spec for ubj looks quite good, but there are not many implementations available yet. I am considering writing some in (node)js and erlang. would support for ubj be added if there

Re: status of universal binary json in couchdb

2011-10-11 Thread Paul Davis
On Tue, Oct 11, 2011 at 11:17 PM, Dominic Tarr dominic.t...@gmail.com wrote: I read here https://plus.google.com/107397941677313236670/posts/LFBB233PKQ1 that UBJ was under consideration? The spec for ubj looks quite good, but there are not many implementations available yet. I am

Re: status of universal binary json in couchdb

2011-10-11 Thread Dominic Tarr
okay, interesting. that sounds a bit more difficult than the parser! but nevertheless the right approach. I'll admit now that I do not know erlang yet. I've been wanting to get into it though, and implementing ubj seemed both interesting and useful. refactoring couchbd, prehaps more challenging.