Details
-
Bug
-
Resolution: Duplicate
-
Major
-
1.6.5, 1.7.0, 1.8.0, 2.0-beta, 2.0, 2.1.0, 2.5.0, 3.0
-
Security Level: Public
-
None
-
Untriaged
-
n/a (and why is this field required??)
-
Yes
Description
The current set of client libraries faithfully implement the interface given by the cluster for bucket creation and design document creation, but it's not really as useful as it's intended. Users want to be able to use these in test routines and the non-deterministic amount of sleep() that has to be used after any of these operations is troublesome.
It's also arguably quite wrong from a RESTful perspective, as something that returns a 201 should also give a location for checking for completeness.
Attachments
Issue Links
- is duplicated by
-
MB-11484 Implement a generic mechanism to observe completion of any changes requested by REST API requests. Must work for all port 8091 APIs
- Open