Robert, Sorry that error code is thrown by tornado-couch (a python library we use to make async requests to couch from our Tornado server). That is the error of last resort when no response is forthcoming.
curl (or any) requests to couch endpoints simply do not return. Thanks, Ian On Mon, Aug 8, 2016 at 3:59 PM, Robert Samuel Newson <[email protected]> wrote: > I am pretty sure couchdb does not send 599 status code. can you show a > full request/response please (a curl -v would do it)? > > > On 8 Aug 2016, at 23:32, Ian Danforth <[email protected]> > wrote: > > > > Hello! > > > > First post to the list so please forgive any faux-pas. I'm running > couchdb > > 1.5.0 on Ubuntu 14.04 and I am consistently running into a state where, > > after 14 days of uptime on the computer, couchdb becomes unresponsive. > > Requests to the db start queueing up until all I'm getting from the > python > > client are 599 relax exceptions. > > > > couch.couch.CouchException: HTTP 599: Unknown > > > > Asking the service to stop and restart does not recover and > > /var/log/couchdb/couch.log doesn't have any errors. > > > > I have been unable to find reports of similar errors in various Google > > searches, so I thought I'd ask here. Additional debugging and logging > > suggestions are welcome! > > > > -- > > Ian Danforth > > Fetch Robotics > > Lead Robotics Engineer > > 650-391-4467 > > -- Ian Danforth Fetch Robotics Lead Robotics Engineer 650-391-4467
