[jira] [Created] (COUCHDB-1228) Key range error apparently ignores view collation

2011-07-20 Thread Victor Nicollet (JIRA)
Key range error apparently ignores view collation - Key: COUCHDB-1228 URL: https://issues.apache.org/jira/browse/COUCHDB-1228 Project: CouchDB Issue Type: Bug Components: HTTP Interfa

[jira] [Updated] (COUCHDB-1228) Key range error apparently ignores view collation

2011-07-20 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson updated COUCHDB-1228: --- Fix Version/s: 1.1.1 > Key range error apparently ignores view collation >

Re: Ann: CouchMaps

2011-07-20 Thread Jan Lehnardt
Norman, congrats on the release :) On 20 Jul 2011, at 01:53, Norman Barker wrote: > I am pleased to announce CouchMaps which is a simple wrapper around > MapServer (http://mapserver.org/) to enable > > * Existing MapServer map files to be converted to JSON format > * MapServer map files to

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

2011-07-20 Thread Simon Eisenmann (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Eisenmann updated COUCHDB-536: Attachment: couchdb_httpd_response_codes-week.png All right, got some statistics data. Loo

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

2011-07-20 Thread Simon Eisenmann (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Eisenmann updated COUCHDB-536: Attachment: couchdb_database_open-week.png > CouchDB HTTP server stops accepting connectio

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

2011-07-20 Thread Simon Eisenmann (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Eisenmann updated COUCHDB-536: Attachment: couchdb_httpd_request_methods-week.png > CouchDB HTTP server stops accepting c

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

2011-07-20 Thread Simon Eisenmann (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Eisenmann updated COUCHDB-536: Comment: was deleted (was: Response code statistic.) > CouchDB HTTP server stops acceptin

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

2011-07-20 Thread Simon Eisenmann (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Eisenmann updated COUCHDB-536: Attachment: (was: couchdb_httpd_response_codes-week.png) > CouchDB HTTP server stops a

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

2011-07-20 Thread Simon Eisenmann (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Eisenmann updated COUCHDB-536: Attachment: couchdb_httpd_response_codes-week.png Response code statistic. > CouchDB HTTP

Re: Ann: CouchMaps

2011-07-20 Thread Norman Barker
Jan, geocouch (at least the version I pulled) is using the new file improvements couch_file:flush, so I had to use couchbase source, this is the only real change though, I had to change couch_httpd_db:couch_doc_open to be compatible with couchbase, but that is easy to switch back. I will put a p

Re: Ann: CouchMaps

2011-07-20 Thread Benoit Chesneau
On Wed, Jul 20, 2011 at 4:57 PM, Norman Barker wrote: > Jan, > > geocouch (at least the version I pulled) is using the new file > improvements couch_file:flush, so I had to use couchbase source, this > is the only real change though, I had to change > couch_httpd_db:couch_doc_open to be compatible

Re: Ann: CouchMaps

2011-07-20 Thread Volker Mische
Hi Norman, currently the code from http://github.com/vmx/couchdb can be used to build against Apache CouchDB. There's a couchdb1.2.0 branch that works with current trunk. I'm currently working on getting all branches into https://github.com/couchbase/geocouch to make it the only source of t

[jira] [Created] (COUCHDB-1229) _update handler doesn't support slashes in doc _id

2011-07-20 Thread Simon Leblanc (JIRA)
_update handler doesn't support slashes in doc _id -- Key: COUCHDB-1229 URL: https://issues.apache.org/jira/browse/COUCHDB-1229 Project: CouchDB Issue Type: Bug Components: HTTP Inter

[jira] [Commented] (COUCHDB-1226) Replication causes CouchDB to crash. I *suspect* a memory leak of some kind

2011-07-20 Thread James Marca (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068661#comment-13068661 ] James Marca commented on COUCHDB-1226: -- I recompiled this morning to version 1.1.1a

Confused handling of HEAD requests

2011-07-20 Thread Travis Jensen
couch_httpd.erl seems to be confused about what it wants to do with HEAD requests. On the one hand, it supports catching {http_head_abort, Resp} and will throw that in start_response/3 and start_response_length/4 if your method is set to HEAD. On the other hand, it sets all HEAD requests to GET,

Re: Confused handling of HEAD requests

2011-07-20 Thread Paul Davis
On Wed, Jul 20, 2011 at 5:03 PM, Travis Jensen wrote: > couch_httpd.erl seems to be confused about what it wants to do with HEAD > requests. > > On the one hand, it supports catching {http_head_abort, Resp} and will throw > that in start_response/3 and start_response_length/4 if your method is set

[jira] [Commented] (COUCHDB-1229) _update handler doesn't support slashes in doc _id

2011-07-20 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068673#comment-13068673 ] Paul Joseph Davis commented on COUCHDB-1229: In genera, if you need to addre

Re: Confused handling of HEAD requests

2011-07-20 Thread Randall Leeds
On Wed, Jul 20, 2011 at 15:09, Paul Davis wrote: > On Wed, Jul 20, 2011 at 5:03 PM, Travis Jensen > wrote: >> couch_httpd.erl seems to be confused about what it wants to do with HEAD >> requests. >> >> On the one hand, it supports catching {http_head_abort, Resp} and will throw >> that in start_

Re: Confused handling of HEAD requests

2011-07-20 Thread Paul Davis
On Wed, Jul 20, 2011 at 5:15 PM, Randall Leeds wrote: > On Wed, Jul 20, 2011 at 15:09, Paul Davis wrote: >> On Wed, Jul 20, 2011 at 5:03 PM, Travis Jensen >> wrote: >>> couch_httpd.erl seems to be confused about what it wants to do with HEAD >>> requests. >>> >>> On the one hand, it supports ca

[jira] [Commented] (COUCHDB-1229) _update handler doesn't support slashes in doc _id

2011-07-20 Thread Simon Leblanc (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068676#comment-13068676 ] Simon Leblanc commented on COUCHDB-1229: Hum, too bad. I find this very useful.

[jira] [Resolved] (COUCHDB-1229) _update handler doesn't support slashes in doc _id

2011-07-20 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-1229. Resolution: Won't Fix / is an important character that distinguishes database resources f

[jira] [Commented] (COUCHDB-1229) _update handler doesn't support slashes in doc _id

2011-07-20 Thread Christopher Bonhage (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068686#comment-13068686 ] Christopher Bonhage commented on COUCHDB-1229: -- I encountered this as well;

[jira] [Commented] (COUCHDB-1229) _update handler doesn't support slashes in doc _id

2011-07-20 Thread Noah Slater (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068688#comment-13068688 ] Noah Slater commented on COUCHDB-1229: -- Just to chime in, I do not see the logic he

[jira] [Commented] (COUCHDB-1229) _update handler doesn't support slashes in doc _id

2011-07-20 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068690#comment-13068690 ] Paul Joseph Davis commented on COUCHDB-1229: Unfortunately, we don't just re

Re: Confused handling of HEAD requests

2011-07-20 Thread Randall Leeds
On Wed, Jul 20, 2011 at 15:20, Paul Davis wrote: > On Wed, Jul 20, 2011 at 5:15 PM, Randall Leeds > wrote: >> On Wed, Jul 20, 2011 at 15:09, Paul Davis >> wrote: >>> On Wed, Jul 20, 2011 at 5:03 PM, Travis Jensen >>> wrote: couch_httpd.erl seems to be confused about what it wants to do

[jira] [Commented] (COUCHDB-1226) Replication causes CouchDB to crash. I *suspect* a memory leak of some kind

2011-07-20 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068726#comment-13068726 ] Randall Leeds commented on COUCHDB-1226: Crash dump might be useful. It looks li

Re: Confused handling of HEAD requests

2011-07-20 Thread Paul Davis
On Wed, Jul 20, 2011 at 6:32 PM, Randall Leeds wrote: > On Wed, Jul 20, 2011 at 15:20, Paul Davis wrote: >> On Wed, Jul 20, 2011 at 5:15 PM, Randall Leeds >> wrote: >>> On Wed, Jul 20, 2011 at 15:09, Paul Davis >>> wrote: On Wed, Jul 20, 2011 at 5:03 PM, Travis Jensen wrote: >

Re: Ann: CouchMaps

2011-07-20 Thread Dave Cottlehuber
Awesome - thanks Volker! On 21 July 2011 05:49, Volker Mische wrote: > Hi Norman, > > currently the code from http://github.com/vmx/couchdb can be used to build > against Apache CouchDB. There's a couchdb1.2.0 branch that works with > current trunk. > > I'm currently working on getting all branch

[jira] [Commented] (COUCHDB-1226) Replication causes CouchDB to crash. I *suspect* a memory leak of some kind

2011-07-20 Thread James Marca (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068782#comment-13068782 ] James Marca commented on COUCHDB-1226: -- yeah, that's why I suspect it is a memory

Re: Confused handling of HEAD requests

2011-07-20 Thread Travis Jensen
On Wed, Jul 20, 2011 at 4:15 PM, Randall Leeds wrote: > > I don't like an "is actually a HEAD request" flag. > Adding HEAD handlers is the right approach, but if we want to be lazy > we could support a fallback to GET when we get a function_clause error > trying to call the handler. > > Unfortunat

Re: Confused handling of HEAD requests

2011-07-20 Thread Travis Jensen
On Wed, Jul 20, 2011 at 10:36 PM, Travis Jensen wrote: > > I'll dig into the archives and see if I can find the previous discussion on > the topic. I might have to put an uber-ugly hack in for my use in the > meantime. I don't mind spending time doing the "right" thing as long as I > know what the