[MB-6995] set_db_and_ix_paths and ns_server:restart are raceful which may cause couch_db to fail to start Created: 24/Oct/12 Updated: 06/Dec/12 Resolved: 25/Oct/12 |
|
| Status: | Closed |
| Project: | Couchbase Server |
| Component/s: | ns_server |
| Affects Version/s: | recent-builds-2.0 |
| Fix Version/s: | 2.0 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Deepkaran Salooja | Assignee: | Aliaksey Artamonau |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: | build 1888 | ||
| Attachments: |
|
| Description |
|
Installing couchbase on a node after uninstalling previous installation with non-default data path gives error "Got no response from save request" Screenshot attached. Steps to reproduce: On a CentOS VM: 1. rm -Rf /opt/couchbase/* 2. rm -Rf /data/* 3. sudo rpm -i couchbase-server-community_x86_64_2.0.0-beta.rpm 4. Setup the cluster with data/index path set to /data and create default bucket 5. Create a couple of documents 6. sudo rpm -e couchbase-server-2.0.0-1723 7. sudo rpm -i couchbase-server-community_x86_64_2.0.0-1888-rel.rpm 8. Setting up the cluster again with data/index path set to /data gives error and couchdb fails to initialize with below crash report =========================CRASH REPORT========================= crasher: initial call: couch_db:init/1 pid: <0.5333.0> registered_name: [] exception exit: {function_clause, [{couch_server,'-terminate/2-fun-0-', [{<<"_replicator">>,<0.693.0>}]}, {lists,foreach,2}, {gen_server,terminate,6}, {proc_lib,init_p_do_apply,3}]} in function gen_server:terminate/6 ancestors: [couch_server,couch_primary_services,couch_server_sup, cb_couch_sup,ns_server_cluster_sup,<0.58.0>] messages: [] links: [] dictionary: [] trap_exit: true status: running heap_size: 610 stack_size: 24 reductions: 376 neighbours: Diagnostics attached. |
| Comments |
| Comment by Steve Yen [ 24/Oct/12 ] |
| first guess assignment on this one |
| Comment by Farshid Ghods [ 24/Oct/12 ] |
|
we dont support offline or online upgrade of 2.0 beta to 2.0 server. |
| Comment by Steve Yen [ 24/Oct/12 ] |
| It seems the user's missing step 6.5 -- rm -rf /opt/couchbase/* |
| Comment by Aliaksey Artamonau [ 24/Oct/12 ] |
| As far as I can tell from the logs it has nothing to do with upgrade. It's a genuine race condition that can happen whenever database and index paths are set up. |
| Comment by Thuan Nguyen [ 25/Oct/12 ] |
|
Integrated in github-couchdb-preview #526 (See [http://qa.hq.northscale.net/job/github-couchdb-preview/526/]) Result = SUCCESS Farshid Ghods : Files : * src/couch_set_view/src/couch_set_view.erl * src/couchdb/couch_server.erl * src/couchdb/couch_view.erl Farshid Ghods : Files : * src/couchdb/couch_app.erl |
| Comment by Deepkaran Salooja [ 26/Oct/12 ] |
| Verified with build 1901 |
| Comment by Karen Zeller [ 06/Dec/12 ] |
|
Added to RN as:
In the past if you set the disk path for data to be the same path as that for index files, Couchbase Server would fail to start. This is fixed. |