nickva opened a new pull request, #6066: URL: https://github.com/apache/couchdb/pull/6066
Previously, in some cases if we could not positively verify if a purge client existed (say we got a timeout from a clustered read) we'd assume the client didn't exist, when in fact the safest thing is to assume the clients exists until we get a definite response it doesn't To fix the issue we return `true` for client existence checks on unexpected errors when before we defaulted to `false`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
