[
https://issues.apache.org/jira/browse/COUCHDB-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson resolved COUCHDB-2819.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> 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
> Priority: Minor
> Fix For: 2.0.0
>
>
> 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)