Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2 Beta-2
-
Component/s: None
-
Labels:None
Description
Delete bucket now returns a 204 (no content) on the server, which breaks the method that reads the request
C:\Users\John>curl -X DELETE http://localhost:8091/pools/default/buckets/Bucket-
8675309 --verbose
* About to connect() to localhost port 8091 (#0)
* Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 8091 (#0)
> DELETE /pools/default/buckets/Bucket-8675309 HTTP/1.1
> User-Agent: curl/7.21.1 (i686-pc-mingw32) libcurl/7.21.1 OpenSSL/0.9.8r zlib/1
.2.3
> Host: localhost:8091
> Accept: */*
>
< HTTP/1.1 500 Internal Server Error
< Server: Couchbase Server 2.0.0-1733-rel-community
< Pragma: no-cache
< Date: Thu, 25 Oct 2012 15:10:19 GMT
< Content-Type: application/json
< Content-Length: 44
< Cache-Control: no-cache
<
{"_":"Some nodes are still deleting bucket"}* Connection #0 to host localhost le
ft intact
* Closing connection #0