Calling the "/_restart" API via socket or cURL, sometimes CouchDB restarts
before I can get the response headers.
-----------------------------------------------------------------------------------------------------------------
Key: COUCHDB-946
URL: https://issues.apache.org/jira/browse/COUCHDB-946
Project: CouchDB
Issue Type: Bug
Components: HTTP Interface
Affects Versions: 1.0.1
Environment: Mac OS X 10.6.5
Reporter: Filippo
Calling the "/_restart" API via socket or cURL, sometimes CouchDB restarts
before I can get the response headers. Not always, sometimes.
Additionally, with a restart cycle, calling the API sequentially, sometimes
CouchDB crashes with a "bus error" or "seg fault".
--------------------------------------------
/_restart
--------------------------------------------
_ using socket _
string(6) "200 OK"
array(5) {
["Server"]=>
string(31) "CouchDB/1.0.1 (Erlang OTP/R14B)"
["Date"]=>
string(29) "Fri, 12 Nov 2010 04:07:47 GMT"
["Content-Type"]=>
string(24) "text/plain;charset=utf-8"
["Content-Length"]=>
string(2) "12"
["Cache-Control"]=>
string(15) "must-revalidate"
}
--------------------------------------------
/_restart
--------------------------------------------
_ using socket _
Error code: 0
Message: HTTP Status Code undefined.
--------------------------------------------
/_restart
--------------------------------------------
_ using cURL _
string(6) "200 OK"
array(5) {
["Server"]=>
string(31) "CouchDB/1.0.1 (Erlang OTP/R14B)"
["Date"]=>
string(29) "Fri, 12 Nov 2010 04:13:04 GMT"
["Content-Type"]=>
string(24) "text/plain;charset=utf-8"
["Content-Length"]=>
string(2) "12"
["Cache-Control"]=>
string(15) "must-revalidate"
}
--------------------------------------------
/_restart
--------------------------------------------
_ using cURL _
Error code: 0
Message: Empty reply from server
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.