You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2009/11/30 19:55:20 UTC

[jira] Closed: (COUCHDB-579) Using filters on continuous feeds fails

     [ https://issues.apache.org/jira/browse/COUCHDB-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson closed COUCHDB-579.
----------------------------------

    Resolution: Fixed

I've committed a test for this in r885533. 

The test passes out of the gate, so I think the bug is not related.

It looks like your stack trace indicates some issues with your javascript function (although it looks simple). Perhaps you can try again with a different set of documents. (or look at the changes.js test for the filtered continuous call and see if it's doing what you're trying.)

> Using filters on continuous feeds fails
> ---------------------------------------
>
>                 Key: COUCHDB-579
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-579
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 0.10
>         Environment: Mac OSX 10.6
>            Reporter: Joscha Feth
>
> When using continuous feeds, such as for example:
> /mydb/_changes?feed=continuous&heartbeat=1000&id=myId&since=428&filter=complete/example
> CouchDB fails with a status code of 500 after putting a new document into the database.
> test filter for this issue:
> "example": "function(doc, req) { return true; }"
> sysout from couchdb:
> ....PUT here....
> 1> [info] [<0.644.0>] OS Process :: Error converting object to JSON: TypeError: toJSON.dispatcher[val.constructor.name] is not a function
> 1> [info] [<0.642.0>] 192.168.178.45 - - 'GET' /mydb/f3cacfc2bfbf1aa0b0c8313fc7b181ec?revs_info=true 200
> 1> [info] [<0.1045.0>] 192.168.178.45 - - 'GET' / 200
> 1> [error] [<0.1039.0>] OS Process Error :: {os_process_error,"OS process timed out."}
> 1> [info] [<0.1039.0>] 192.168.178.45 - - 'GET'
> Can be reproduced - as soon as feed is not filtered, the issue goes away.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.