Re: export control notice - multiview

2010-07-28 Thread J Chris Anderson
On Jul 28, 2010, at 8:55 PM, Norman Barker wrote: > Hi Chris, > > I work for ITT VIS and we would really like to give this multiview for > consideration by the community (as well as other patches). I have > passed this to our legal dept and they would like us to follow > http://www.apache.org/de

Re: export control notice - multiview

2010-07-28 Thread Norman Barker
Hi Chris, I work for ITT VIS and we would really like to give this multiview for consideration by the community (as well as other patches). I have passed this to our legal dept and they would like us to follow http://www.apache.org/dev/crypto.html, I believe this has already been followed since Da

Re: export control notice - multiview

2010-07-28 Thread J Chris Anderson
On Jul 28, 2010, at 2:18 PM, Norman Barker wrote: > Hi Volker, > > thanks for letting me know, in that case can we have clarification > from someone on the PMC? > > This is a serious issue for US companies wanting to contribute to Couch. > Thanks Norman, It's my understanding that we have th

Re: exdev regression on trunk when using multiple mount points

2010-07-28 Thread Randall Leeds
This maybe gets into the realm of over-engineering, but we could track the deleted files elsewhere so we don't have to find them. One solution is a _trash db. Insert, rename file, delete async and clear the document if it succeeds. Consume changes and delete the files on startup. Advantages: delet

[jira] Updated: (COUCHDB-523) View API POST keys to retrieve multiple docs by key could also allow for multiple 'range' queries, i.e. an array of { startkey: .., endkey: ... } params in the POST

2010-07-28 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski updated COUCHDB-523: --- Fix Version/s: 1.1 Seems pretty useful to me. I think re-reducing the final output is not t

Re: exdev regression on trunk when using multiple mount points

2010-07-28 Thread Damien Katz
I worry about installations with many many databases (like Canonical UbuntuOne with over a million). Walking the dir structure to look for .delete files would take a very long time. Though I suppose it could scan it async and not block server operation. -Damien On Jul 28, 2010, at 5:56 PM, Ra

Re: exdev regression on trunk when using multiple mount points

2010-07-28 Thread Randall Leeds
Hmmm. Would it be crazy to walk the tree nuking the .delete files on startup instead? Sent from my interstellar unicorn. On Jul 28, 2010 5:42 PM, "Damien Katz" wrote: No, it moves the files to a fixed subdirectory (".delete"), and on start-up, clears out that subdirectory. So if you crash after

Re: exdev regression on trunk when using multiple mount points

2010-07-28 Thread Damien Katz
No, it moves the files to a fixed subdirectory (".delete"), and on start-up, clears out that subdirectory. So if you crash after the rename to the directory, but before the delete, on the next startup it will complete the deletion by nuking all the files in that directory. -Damien On Jul 28, 2

Re: exdev regression on trunk when using multiple mount points

2010-07-28 Thread Randall Leeds
Damien, Isn't that the current behavior, too? Now the files are just scattered around instead of in one directory. On Wed, Jul 28, 2010 at 16:28, Damien Katz wrote: > The problem doing it this way is what happens if there is crash between the > rename and the actual delete. Then you'l have a lar

[jira] Resolved: (COUCHDB-840) be more relaxed about verifying SSL certificate chains

2010-07-28 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski resolved COUCHDB-840. Resolution: Fixed > be more relaxed about verifying SSL certificate chains > -

[jira] Updated: (COUCHDB-840) be more relaxed about verifying SSL certificate chains

2010-07-28 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski updated COUCHDB-840: --- Attachment: COUCHDB-840.patch a very simple patch against 1.0.x > be more relaxed about ver

[jira] Created: (COUCHDB-840) be more relaxed about verifying SSL certificate chains

2010-07-28 Thread Adam Kocoloski (JIRA)
be more relaxed about verifying SSL certificate chains -- Key: COUCHDB-840 URL: https://issues.apache.org/jira/browse/COUCHDB-840 Project: CouchDB Issue Type: Improvement Affects Versio

[jira] Resolved: (COUCHDB-838) replicator should not require integer seqnums

2010-07-28 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski resolved COUCHDB-838. Resolution: Fixed > replicator should not require integer seqnums > --

[jira] Commented: (COUCHDB-839) [PATCH] Couchdb startup script should support a erl startup options flag

2010-07-28 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893424#action_12893424 ] Randall Leeds commented on COUCHDB-839: --- I've brought this up a couple of times and

Re: exdev regression on trunk when using multiple mount points

2010-07-28 Thread Damien Katz
The problem doing it this way is what happens if there is crash between the rename and the actual delete. Then you'l have a large file stuck on the file system, never actually deleted. -Damien On Jul 28, 2010, at 4:20 PM, Robert Newson wrote: > All, > > It used to be possible to mount multipl

[jira] Updated: (COUCHDB-839) [PATCH] Couchdb startup script should support a erl startup options flag

2010-07-28 Thread Chris Stockton (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Stockton updated COUCHDB-839: --- Summary: [PATCH] Couchdb startup script should support a erl startup options flag (was: Cou

[jira] Updated: (COUCHDB-839) Couchdb startup script should support a erl startup options flag

2010-07-28 Thread Chris Stockton (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Stockton updated COUCHDB-839: --- Attachment: couchdb.tpl.in.patch Here is a simple patch demonstrating the inclusion of a -O

[jira] Created: (COUCHDB-839) Couchdb startup script should support a erl startup options flag

2010-07-28 Thread Chris Stockton (JIRA)
Couchdb startup script should support a erl startup options flag Key: COUCHDB-839 URL: https://issues.apache.org/jira/browse/COUCHDB-839 Project: CouchDB Issue Type: Improvemen

exdev regression on trunk when using multiple mount points

2010-07-28 Thread Robert Newson
All, It used to be possible to mount multiple volumes under /var/lib/couchdb and direct databases to them using embedded %2f's. This broke recently when a central .delete directory was introduced. The file:rename attempts to cross filesystems and fails with EXDEV. I have fixed this at http://gith

[jira] Created: (COUCHDB-838) replicator should not require integer seqnums

2010-07-28 Thread Adam Kocoloski (JIRA)
replicator should not require integer seqnums - Key: COUCHDB-838 URL: https://issues.apache.org/jira/browse/COUCHDB-838 Project: CouchDB Issue Type: Bug Affects Versions: 1.0 Report

Re: geocouch- query

2010-07-28 Thread Volker Mische
On 07/28/2010 11:02 PM, sima lotfi wrote: hi, does anyone know if I can do a bbox query on geometries other than points in geocouch. is it done the same way as points or differently. thanks, sima Hi Sima, as the README.geo says "The key is a [GeoJSON](http://geojson.org) geometry, [...]. Al

Re: export control notice - multiview

2010-07-28 Thread Norman Barker
Hi Volker, thanks for letting me know, in that case can we have clarification from someone on the PMC? This is a serious issue for US companies wanting to contribute to Couch. thanks, Norman On Wed, Jul 28, 2010 at 2:28 PM, Volker Mische wrote: > Hi Norman, > > I haven't done anything :) It's

geocouch- query

2010-07-28 Thread sima lotfi
hi, does anyone know if I can do a bbox query on geometries other than points in geocouch. is it done the same way as points or differently. thanks, sima

Re: export control notice - multiview

2010-07-28 Thread Volker Mische
Hi Norman, I haven't done anything :) It's just the default CouchDB README file. Cheers, Volker On 07/28/2010 09:57 PM, Norman Barker wrote: Hi, I am looking to put some couchdb erlang code for the multiview integration with couchdb-clucene on my github account for review. Having consulted

Re: export control notice - multiview

2010-07-28 Thread Volker Mische
Hi Norman, I haven't done anything :) It's just the default CouchDB README file. Cheers, Volker On 07/28/2010 09:57 PM, Norman Barker wrote: Hi, I am looking to put some couchdb erlang code for the multiview integration with couchdb-clucene on my github account for review. Having consulted

export control notice - multiview

2010-07-28 Thread Norman Barker
Hi, I am looking to put some couchdb erlang code for the multiview integration with couchdb-clucene on my github account for review. Having consulted with our export control dept here, it seems I should follow http://www.apache.org/dev/crypto.html and I see that Volker has put a note at the bott

Re: [jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-28 Thread till
I think marking it as deprecated would be the way to go. Then clean it up in the next major (!) release (e.g. 2.0). Till On Wed, Jul 28, 2010 at 1:55 PM, Volker Mische wrote: > I think deprecating parts of the API after 1.0 is alright, as long if it's > still there till the next stable major rel

Re: [jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-28 Thread Volker Mische
I think deprecating parts of the API after 1.0 is alright, as long if it's still there till the next stable major release. We extend the API, and I don't see a difference between extending it with a new value for an existing key and extending it with a new key. Except that the latter is cleane

Re: [jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-28 Thread Noah Slater
On 28 Jul 2010, at 12:40, Filipe David Manana wrote: > Do we have some JIRA allergy? Yep.

Re: [jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-28 Thread Robert Newson
+1 on stale=update_after. While I don't find it that obvious, it can be explained in documentation. It's better to have this in 1.1 that continue arguing. Perhaps in 2.x we would tidy this, but I bet by then no one will care anyway. :) B. On Wed, Jul 28, 2010 at 12:40 PM, Filipe David Manana wro

Re: [jira] Commented: (COUCHDB-837) Adding stale=partial

2010-07-28 Thread Filipe David Manana
Do we have some JIRA allergy? I don't mind a new parameter, whatever its name might be. But it introduces a bigger change in the API, and abandoning "stale" in favour of this new parameter wouldn't be reasonable before at least one major release (2.0, 3.0 whatever, but definitely not 1.x). I woul

Re: CouchDB 1.0 retrospectives

2010-07-28 Thread Nils Breunese
Abdul Hakeem wrote: > Does anyone know how to unsubscribe from this list ? 1. Go to the CouchDB homepage at http://couchdb.apache.org/ 2. Click Mailing Lists which takes you to http://couchdb.apache.org/community/lists.html 3. Profit! (Well, not really.) Nils. De informatie vervat in deze e