On Fri, Jul 11, 2014 at 12:20 AM, Ryan Mohr <[email protected]> wrote: > We were running into issues with our couchdb server today and ended up > restarting couchdb after exhausting other options. > > I'm curious -- are couchdb restarts graceful? Or are all current requests > immediately terminated? > > Thanks > -Ryan
The answer is no. Connections are immediately close and don't let any chance to finish a request if it's what you mean by graceful. - benoit
