[MB-6661] We need to return a cas for in the delete packet Created: 13/Sep/12 Updated: 26/Oct/12 Resolved: 16/Sep/12 |
|
| Status: | Resolved |
| Project: | Couchbase Server |
| Component/s: | couchbase-bucket |
| Affects Version/s: | None |
| Fix Version/s: | 2.0-beta-2 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Mike Wiederhold | Assignee: | Mike Wiederhold |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
This is needed by the observe command in order to deal with updates after a delete.
|
| Comments |
| Comment by Mike Wiederhold [ 16/Sep/12 ] |
|
http://review.couchbase.org/#/c/20854/ http://review.couchbase.org/#/c/20855/ http://review.couchbase.org/#/c/20856/ |
| Comment by Thuan Nguyen [ 20/Sep/12 ] |
|
Integrated in github-bucket-engine #69 (See [http://qa.hq.northscale.net/job/github-bucket-engine/69/]) Result = SUCCESS pwansch : Files : * bucket_engine.c * testapp.c |
| Comment by Thuan Nguyen [ 20/Sep/12 ] |
|
Integrated in github-ep-engine-2-0 #432 (See [http://qa.hq.northscale.net/job/github-ep-engine-2-0/432/]) Result = SUCCESS Mike Wiederhold : Files : * src/ep_engine.h * src/ep.cc * tests/ep_test_apis.h * tests/ep_test_apis.cc * src/ep_engine.cc * src/ep.hh * tests/ep_testsuite.cc * src/warmup.cc |
| Comment by Thuan Nguyen [ 25/Sep/12 ] |
|
Integrated in github-bucket-engine #70 (See [http://qa.hq.northscale.net/job/github-bucket-engine/70/]) Result = SUCCESS pwansch : Files : * mock_engine.c |
| Comment by Karen Zeller [ 26/Oct/12 ] |
|
In RN: Check-and-set value was not returned in response to a
successful delete request. Now it is returned as part of the response. |