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

2011-07-18 Thread James Marca (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067463#comment-13067463 ] James Marca commented on COUCHDB-1226: -- Hard to say exactly, but *all* documents a

Re: Configuration Load Order

2011-07-18 Thread Noah Slater
On 19 Jul 2011, at 00:57, Randall Leeds wrote: >> My understanding is that local.ini is that generated.ini. Nope. The default.ini file is for the default configuration we ship with CouchDB, or for downstream distributions to include a default config. The local.ini file is for the local system

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

2011-07-18 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067407#comment-13067407 ] Randall Leeds commented on COUCHDB-1226: About how large is the biggest document

Re: Configuration Load Order

2011-07-18 Thread Randall Leeds
On Mon, Jul 18, 2011 at 15:29, Jan Lehnardt wrote: > > On 18 Jul 2011, at 20:42, Noah Slater wrote: >>> What is wrong is the place where (some) _writes_ go. Don't know if possible, >>> but, continuing in your example, changes in geocouch config should go to >>> geocouch.ini, other changes to local

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

2011-07-18 Thread James Marca (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067367#comment-13067367 ] James Marca commented on COUCHDB-1226: -- I just tried using the _replicator database

Re: Configuration Load Order

2011-07-18 Thread Jan Lehnardt
On 18 Jul 2011, at 20:42, Noah Slater wrote: >> What is wrong is the place where (some) _writes_ go. Don't know if possible, >> but, continuing in your example, changes in geocouch config should go to >> geocouch.ini, other changes to local.ini. Or maybe changes to existing key >> should go to the

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

2011-07-18 Thread James Marca (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067341#comment-13067341 ] James Marca commented on COUCHDB-1226: -- compacting databases prior to replicating h

[jira] [Updated] (COUCHDB-846) Redirect on a failed login attempt

2011-07-18 Thread Simon Leblanc (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Leblanc updated COUCHDB-846: -- Attachment: 0001-POST-to-_session-now-redirects-to-the-URI-given-in-t.patch I don't know why I

[jira] [Updated] (COUCHDB-846) Redirect on a failed login attempt

2011-07-18 Thread Simon Leblanc (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Leblanc updated COUCHDB-846: -- Attachment: 0001-POST-to-_session-now-redirects-to-the-URI-given-in-t.svn.patch I updated the

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

2011-07-18 Thread James Marca (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067271#comment-13067271 ] James Marca commented on COUCHDB-1226: -- from erl, I see: Erlang R14B03 (erts-5.

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

2011-07-18 Thread Filipe Manana (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067263#comment-13067263 ] Filipe Manana commented on COUCHDB-1226: Which Erlang OTP version? Also, have yo

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

2011-07-18 Thread James Marca (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Marca updated COUCHDB-1226: - Attachment: topcouch.log This file is an edited version of the output of top as couchdb crashes

Re: Configuration Load Order

2011-07-18 Thread Noah Slater
On 18 Jul 2011, at 19:23, Ladislav Thon wrote: > I encountered this behavior some time ago too, but I don't think that there > is a problem in _read_ order. In fact, the current one is in line with what > I and hopefully others would expect (*.d directories usually overrides the > stuff above the

Re: Configuration Load Order

2011-07-18 Thread Ladislav Thon
Not a CouchDB dev, but I figured I'd throw something into this discussion. I encountered this behavior some time ago too, but I don't think that there is a problem in _read_ order. In fact, the current one is in line with what I and hopefully others would expect (*.d directories usually overrides

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

2011-07-18 Thread James Marca (JIRA)
Replication causes CouchDB to crash. I *suspect* a memory leak of some kind Key: COUCHDB-1226 URL: https://issues.apache.org/jira/browse/COUCHDB-1226 Project: CouchDB

Re: Configuration Load Order

2011-07-18 Thread Robert Newson
+1 On 18 July 2011 17:14, Jan Lehnardt wrote: > Hey all, > > we found an oddity with the way we read config files and directories on > startup. > > From the 0.10.0 docs > (http://wiki.apache.org/couchdb/Breaking_changes#Modular_Configuration_Directories): > >> CouchDB now loads configuration fr

Configuration Load Order

2011-07-18 Thread Jan Lehnardt
Hey all, we found an oddity with the way we read config files and directories on startup. From the 0.10.0 docs (http://wiki.apache.org/couchdb/Breaking_changes#Modular_Configuration_Directories): > CouchDB now loads configuration from the following places (glob(7) syntax) in > order: > >

[jira] [Commented] (COUCHDB-1225) missing_named_view error on existing design doc and view

2011-07-18 Thread Alex Koshelev (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067044#comment-13067044 ] Alex Koshelev commented on COUCHDB-1225: Yes. It works fine most of the time but

Re: OAuth for authorization (not authentication)

2011-07-18 Thread Camille Harang
Le 18/07/2011 15:44, Robert Newson a écrit : > As also noted on IRC, you are indeed wrong, you just don't like the > granularity of the operation you are authorized to perform after > successfully authenticating. :) Ha, I'm not sure not liking it, I might just not understand how it's supposed to w

[jira] [Commented] (COUCHDB-1225) missing_named_view error on existing design doc and view

2011-07-18 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067034#comment-13067034 ] Robert Newson commented on COUCHDB-1225: And you've enabled the native query ser

Re: OAuth for authorization (not authentication)

2011-07-18 Thread Robert Newson
As also noted on IRC, you are indeed wrong, you just don't like the granularity of the operation you are authorized to perform after successfully authenticating. :) B. On 18 July 2011 14:23, Camille Harang wrote: > Hi all, as discussed yesterday on IRC, it seems that the OAuth layer of > CouchDB

OAuth for authorization (not authentication)

2011-07-18 Thread Camille Harang
Hi all, as discussed yesterday on IRC, it seems that the OAuth layer of CouchDB only covers the authentication mechanisms of OAuth, but not the authorization mechanisms (if I understood correctly, tell me if I'm wrong). However, the authorization layer is IMHO the most interesting part of OAuth: h

[jira] [Commented] (COUCHDB-1225) missing_named_view error on existing design doc and view

2011-07-18 Thread Alex Koshelev (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066884#comment-13066884 ] Alex Koshelev commented on COUCHDB-1225: Just now I cannot test with other Couch

[jira] [Commented] (COUCHDB-1225) missing_named_view error on existing design doc and view

2011-07-18 Thread Alex Koshelev (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066883#comment-13066883 ] Alex Koshelev commented on COUCHDB-1225: Design doc looks like this: { "_id

[jira] [Commented] (COUCHDB-1225) missing_named_view error on existing design doc and view

2011-07-18 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066872#comment-13066872 ] Robert Newson commented on COUCHDB-1225: Can you include the _design/admin docum