-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: Database Core
-
Labels:None
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.