You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! The first thing I did with soca was run off and install action on Cloudant. Viewing a filtered list didn't work, and the next day I got an email from Cloudant, saying that a newline was crashing their view server. The file referenced near the top was where it came from.
I realize that the mistake was in Action, but I don't think a mistake in an app should cause a crash in the view server. That's why I'm posting it here.
On Tue, Sep 28, 2010 at 7:39 AM, Cloudant Support [email protected]:
Hi, we noticed some odd indexing behavior on your "action" database. It
turns out that your "_count" reduce function was actually saved as
"_count\n", which the system did not recognize. This caused crashes
whenever the view was indexed. We corrected the reduce function and will
bring up the issue of validating builtin reduce functions with the CouchDB
team. Regards,
Adam Kocoloski - Cloudant Support
The text was updated successfully, but these errors were encountered:
Thats really strange - I'm using this exact code on my local and on a remote couchdb running 1.0.1 and both are running fine. I'm guessing this has something to do with cloudant's version of Couch. If its as simple as removing a newline though, it should be easy to fix.
Hi! The first thing I did with soca was run off and install action on Cloudant. Viewing a filtered list didn't work, and the next day I got an email from Cloudant, saying that a newline was crashing their view server. The file referenced near the top was where it came from.
I realize that the mistake was in Action, but I don't think a mistake in an app should cause a crash in the view server. That's why I'm posting it here.
The text was updated successfully, but these errors were encountered: