[
https://issues.apache.org/jira/browse/COUCHDB-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902545#comment-14902545
]
ASF GitHub Bot commented on COUCHDB-2819:
-----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/couchdb-fabric/pull/30
> 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
>
> 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)