Starting view cleanup fails with a timeout
------------------------------------------
Key: COUCHDB-1343
URL: https://issues.apache.org/jira/browse/COUCHDB-1343
Project: CouchDB
Issue Type: Bug
Affects Versions: 1.0.2
Environment: Linux
Reporter: Nils Breunese
Priority: Minor
Our CouchDB maintenance script (daily compaction, view cleanup, etc.) recently
started reporting the following error every day:
----
Error cleaning up views of database 'mashup' for the CouchDB instance at
http://hostname:8080
----
When trying to start view cleanup for this particular database (there are more
databases in this CouchDB instance) I get the following in the log:
----
[Thu, 17 Nov 2011 09:28:23 GMT] [error] [<0.6547.171>] Uncaught error in HTTP
request: {exit,
{timeout,
{gen_server,call,
[<0.19070.94>,request_group_info]}}}
----
And the following HTTP 500 response:
----
HTTP/1.1 500 Internal Server Error
Content-Length: 83
Server: CouchDB/1.0.2 (Erlang OTP/R13B)
Date: Thu, 17 Nov 2011 09:28:23 GMT
Content-Type: text/plain;charset=utf-8
Cache-Control: must-revalidate
{"error":"timeout","reason":"{gen_server,call,[<0.19070.94>,request_group_info]}"}
----
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira