Sam Smith created COUCHDB-2819:
----------------------------------
Summary: Repeated DB creates for same DB unnecessarily spam
couch_server
Key: COUCHDB-2819
URL: https://issues.apache.org/jira/browse/COUCHDB-2819
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Database Core
Reporter: Sam Smith
When bad clients make multiple requests to create the same DB it can overload
couch_server.
CouchDB could better handle this case. It would be relatively cheap to check if
a corresponding shard map already exists. If so, this would allow for an early
412 exit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)