Re: Filters in Erlang broken

2010-04-15 Thread Paul Davis
Someone refactored couch_native_process.erl and forgot to update the design doc interaction thinger with random functions. In other words, it expects an argument like {_, Func} but gets ["filters", "foo"] IIRC. On Thu, Apr 15, 2010 at 8:18 PM, Ivan Bodunov wrote: > Hi, > > After I wrote my filte

Filters in Erlang broken

2010-04-15 Thread Ivan Bodunov
Hi, After I wrote my filter in JavaScript I decided to rewrite it in Erlang and faced some problems. Even the simplest possible filter written in Erlang causes crashes in CouchDB. Filter is "filters": { "foo": "fun({Doc},Req) -> true end." } Command to trigger the filter is # curl -X GET

[jira] Closed: (COUCHDB-739) Upgrade CommonJS modules support to Modules/1.1.1

2010-04-15 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-739. -- Resolution: Fixed applied in r934652 > Upgrade CommonJS modules support to Modules/1.1.1 > --

[jira] Commented: (COUCHDB-326) Occasional {"error":"error","reason":"eacces"} errors deleting a database on Windows

2010-04-15 Thread Eric Desgranges (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857501#action_12857501 ] Eric Desgranges commented on COUCHDB-326: - I'm running into the same issue with Co

[jira] Updated: (COUCHDB-739) Upgrade CommonJS modules support to Modules/1.1.1

2010-04-15 Thread mikeal (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mikeal updated COUCHDB-739: --- Attachment: modules.diff Modules/1.1.1 support. > Upgrade CommonJS modules support to Modules/1.1.1 > -

[jira] Created: (COUCHDB-739) Upgrade CommonJS modules support to Modules/1.1.1

2010-04-15 Thread mikeal (JIRA)
Upgrade CommonJS modules support to Modules/1.1.1 - Key: COUCHDB-739 URL: https://issues.apache.org/jira/browse/COUCHDB-739 Project: CouchDB Issue Type: Improvement Components: JavaSc

[jira] Closed: (COUCHDB-712) Accept already gziped attachments when uploaded with the standlone API

2010-04-15 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski closed COUCHDB-712. -- Assignee: Adam Kocoloski Fix Version/s: 1.1 Resolution: Fixed > Accept already

[jira] Closed: (COUCHDB-710) Refactoring of attachment compression to allow for content-encodings other than gzip

2010-04-15 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski closed COUCHDB-710. -- Fix Version/s: 1.1 Resolution: Fixed > Refactoring of attachment compression to allow f

[jira] Assigned: (COUCHDB-710) Refactoring of attachment compression to allow for content-encodings other than gzip

2010-04-15 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski reassigned COUCHDB-710: -- Assignee: Adam Kocoloski > Refactoring of attachment compression to allow for content-

[jira] Closed: (COUCHDB-737) batch_save config options are not used

2010-04-15 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski closed COUCHDB-737. -- Fix Version/s: 0.12 Resolution: Fixed Our FixFor versions are out-of-date at the moment

[jira] Updated: (COUCHDB-738) more efficient DB compaction (fewer seeks)

2010-04-15 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski updated COUCHDB-738: --- Attachment: 738-efficient-compaction-v1.patch > more efficient DB compaction (fewer seeks) >

[jira] Updated: (COUCHDB-738) more efficient DB compaction (fewer seeks)

2010-04-15 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski updated COUCHDB-738: --- http://github.com/kocolosk/couchdb/tree/738-efficient-compaction > more efficient DB compaction

[jira] Created: (COUCHDB-738) more efficient DB compaction (fewer seeks)

2010-04-15 Thread Adam Kocoloski (JIRA)
more efficient DB compaction (fewer seeks) -- Key: COUCHDB-738 URL: https://issues.apache.org/jira/browse/COUCHDB-738 Project: CouchDB Issue Type: Improvement Components: Database Core Af

Re: batch=ok for bulk_docs and single doc implementation concerns

2010-04-15 Thread Matt Goodall
Adam, Thanks for the time you spent explaining things. I should have traced into the code a little further I guess ;-). I've just created a ticket for the removal of the two batch_save config options. - Matt On 14 April 2010 15:02, Adam Kocoloski wrote: > On Apr 14, 2010, at 9:38 AM, Matt Gooda

[jira] Created: (COUCHDB-737) batch_save config options are not used

2010-04-15 Thread Matt Goodall (JIRA)
batch_save config options are not used -- Key: COUCHDB-737 URL: https://issues.apache.org/jira/browse/COUCHDB-737 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: