[MB-4265] unable to create a bucket with capital letters(bucket-engine and memcached crash) Created: 03/Sep/11 Updated: 09/Jan/13 Resolved: 13/Apr/12 |
|
| Status: | Closed |
| Project: | Couchbase Server |
| Component/s: | storage-engine |
| Affects Version/s: | 2.0-developer-preview-3, 2.0-developer-preview-4 |
| Fix Version/s: | 2.0-beta |
| Security Level: | Public |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Farshid Ghods | Assignee: | Damien Katz |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | 2.0-DP3-release-notes | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
an existing limitation on couchdb which doesn't allow the user to create a bucket name with capital letters.
errors from the logs : Shutting down bucket "CAPCASE" on 'ns_1@127.0.0.1' for server shutdown ns_memcached002 ns_1@127.0.0.1 18:48:32 - Sat Sep 3, 2011 Service couchbase_compaction_daemon exited on node 'ns_1@127.0.0.1' in 0.00s supervisor_cushion001 ns_1@127.0.0.1 18:48:31 - Sat Sep 3, 2011 Membase Server has started on web port 8091 on node 'ns_1@127.0.0.1'. menelaus_sup001 ns_1@127.0.0.1 18:48:31 - Sat Sep 3, 2011 Service couchbase_compaction_daemon exited on node 'ns_1@127.0.0.1' in 0.00s supervisor_cushion001 ns_1@127.0.0.1 18:48:26 - Sat Sep 3, 2011 Shutting down bucket "CAPCASE" on 'ns_1@127.0.0.1' for server shutdown ns_memcached002 ns_1@127.0.0.1 18:48:24 - Sat Sep 3, 2011 Service couchbase_compaction_daemon exited on node 'ns_1@127.0.0.1' in 0.00s supervisor_cushion001 ns_1@127.0.0.1 18:48:23 - Sat Sep 3, 2011 Membase Server has started on web port 8091 on node 'ns_1@127.0.0.1'. menelaus_sup001 ns_1@127.0.0.1 18:48:23 - Sat Sep 3, 2011 Service couchbase_compaction_daemon exited on node 'ns_1@127.0.0.1' in 0.00s supervisor_cushion001 ns_1@127.0.0.1 18:48:19 |
| Comments |
| Comment by Farshid Ghods [ 03/Sep/11 ] |
| fix could be that we should not allow the user to create a bucket name with capital letters but this can cause issues during in-place or rebalance upgrade |
| Comment by Aleksey Kondratenko [ 08/Oct/11 ] |
| This is release blocker. |
| Comment by Damien Katz [ 13/Apr/12 ] |
|
Change Ic4874f14: Bucket engine compatible filenames |
| Comment by Thuan Nguyen [ 13/Apr/12 ] |
|
Integrated in github-couchdb-preview #389 (See [http://qa.hq.northscale.net/job/github-couchdb-preview/389/]) Bucket engine compatible filenames Result = SUCCESS Damien Katz : Files : * src/couchdb/couch_server.erl |