Re: Why MD5 is used for hashes, also about non-deterministic IDs.

2011-11-15 Thread Robert Newson
_rev values used to be UUID's and became deterministic to improve replication performance. I can see that there's a theoretical issue where replication could be inhibited, though I question how practical it is given the internal details of _rev calculation. Remember that the _rev value is derived

[jira] [Resolved] (COUCHDB-1309) File descriptor leaks on design document update and view cleanup

2011-11-15 Thread Filipe Manana (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana resolved COUCHDB-1309. Resolution: Fixed Fix Version/s: 1.2 Applied to master and branch 1.2.x

[REPORT] CouchDB

2011-11-15 Thread Jan Lehnardt
Apache CouchDB is a distributed JSON document database with HTTP API. Released 1.1.1, a maintenance release with many important bugfixes. Branched 1.2.x for our next release. Moved development to git as a testbed for the ASF. Verified in person that PMC member Noah Slater is in fact a human

[jira] [Updated] (COUCHDB-1340) Replication: Invalid JSON reported

2011-11-15 Thread Alex Markham (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Markham updated COUCHDB-1340: -- Attachment: source couch error.log target couch error.log Replication:

[jira] [Created] (COUCHDB-1340) Replication: Invalid JSON reported

2011-11-15 Thread Alex Markham (Created) (JIRA)
Replication: Invalid JSON reported -- Key: COUCHDB-1340 URL: https://issues.apache.org/jira/browse/COUCHDB-1340 Project: CouchDB Issue Type: Bug Components: Replication Affects Versions: 1.1.1

[jira] [Commented] (COUCHDB-1340) Replication: Invalid JSON reported

2011-11-15 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150628#comment-13150628 ] Filipe Manana commented on COUCHDB-1340: This seems similar to COUCHDB-1327.

[jira] [Commented] (COUCHDB-1340) Replication: Invalid JSON reported

2011-11-15 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150632#comment-13150632 ] Robert Newson commented on COUCHDB-1340: It seems an attempt is being made to

[jira] [Commented] (COUCHDB-1340) Replication: Invalid JSON reported

2011-11-15 Thread Alex Markham (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13150656#comment-13150656 ] Alex Markham commented on COUCHDB-1340: --- Still happens when [replicator]

[jira] [Created] (COUCHDB-1341) calculate replication id using only db name in remote case

2011-11-15 Thread Bob Dionne (Created) (JIRA)
calculate replication id using only db name in remote case -- Key: COUCHDB-1341 URL: https://issues.apache.org/jira/browse/COUCHDB-1341 Project: CouchDB Issue Type: Improvement

Re: Why MD5 is used for hashes, also about non-deterministic IDs.

2011-11-15 Thread Randall Leeds
On Tue, Nov 15, 2011 at 01:43, Robert Newson rnew...@apache.org wrote: _rev values used to be UUID's and became deterministic to improve replication performance. I can see that there's a theoretical issue where replication could be inhibited, though I question how practical it is given the

Re: Why MD5 is used for hashes, also about non-deterministic IDs.

2011-11-15 Thread Jason Smith
On Wed, Nov 16, 2011 at 4:23 AM, Randall Leeds randall.le...@gmail.com wrote: On Tue, Nov 15, 2011 at 01:43, Robert Newson rnew...@apache.org wrote: _rev values used to be UUID's and became deterministic to improve replication performance. I can see that there's a theoretical issue where