SENSEi-James opened a new issue, #4451: URL: https://github.com/apache/couchdb/issues/4451
Our sys admin is reporting some very high max request times using the stats endpoint: `http://$1:[email protected]:5984/_node/_local/_stats/couchdb/request_time` I examined the stats using my local instance of couchDB. If I let couchDB sit idle, the times coming back from that endpoint are all 0.0, presumably because no requests are being made. If I then use curl to make a **single** request for a single document, the transaction completes in around 2 milliseconds. If I then immediately query the stats again, the max request time shows as > 10,000 If just one request was made, and it completed in 2 milliseconds, how can the max request time be > 10,000 milliseconds? -- 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]
