[MB-6366] Development indexes (stock couch indexes) remain on disk after bucket deletion Created: 21/Aug/12 Updated: 09/Jan/13 Resolved: 04/Oct/12 |
|
| Status: | Closed |
| Project: | Couchbase Server |
| Component/s: | ns_server |
| Affects Version/s: | 2.0-beta |
| Fix Version/s: | 2.0 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Karan Kumar | Assignee: | Aleksey Kondratenko |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | 2.0-beta-release-notes, system-test | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
data_path is set to /data
1613 centos 64 bit |
||
| Description |
|
Steps:
1) Created sasl bucket default-p 2) ls -latr data dir. There is a hidden dir .default-p, which is present even post bucket deletion. This particular hidden dir contains master_design with a bunch of other docs. ls -latr /data/.default-p/ total 12 drwxr-xr-x. 2 couchbase couchbase 4096 Aug 16 12:08 master_design drwxr-xr-x. 3 couchbase couchbase 4096 Aug 16 12:08 . drwxr-xr-x. 11 couchbase couchbase 4096 Aug 20 23:17 .. [root@orange-2904 ~]# ls -latr /data/.default-p/* total 20 -rw-r--r--. 1 couchbase couchbase 39 Aug 16 12:08 f72da89d2bff648e363dba27feb14575.view -rw-r--r--. 1 couchbase couchbase 39 Aug 16 12:08 e38fceedaa2fac9adbbc18a9912beb36.view -rw-r--r--. 1 couchbase couchbase 39 Aug 16 12:08 4307151c0db77ddc610b79134ad12cc6.view drwxr-xr-x. 3 couchbase couchbase 4096 Aug 16 12:08 .. drwxr-xr-x. 2 couchbase couchbase 4096 Aug 16 12:08 . |
| Comments |
| Comment by Aleksey Kondratenko [ 04/Oct/12 ] |
| Actually fixed already. I cannot reproduce that on latest code |