Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-2
-
Component/s: ns_server, view-engine
-
Security Level: Public
-
Labels:
-
Environment:build 1717
centos
1 bucket, 200K items
Description
test
-t viewquerytests.ViewQueryTests.test_employee_dataset_startkey_endkey_queries_rebalance_incrementaly,skip_rebalance=true
steps to repro:
1. load data
2. start rebalance 1->2
3. wait some time, (in my case rebalance is going on 15 mins) try to see documents or query view from node which is adding to cluster
no_active_vbuckets error appears
iryna@ubuntu:~/couchbase/testrunner$ curl -v 'http://10.3.121.105:8092/default/_design/test_view-df0f1d8/_view/test_view-df0f1d8?debug=true&start_key=%5B2008%2C7%2Cnull%5D&connection_timeout=60000'
* About to connect() to 10.3.121.105 port 8092 (#0)
* Trying 10.3.121.105...
* connected
* Connected to 10.3.121.105 (10.3.121.105) port 8092 (#0)
> GET /default/_design/test_view-df0f1d8/_view/test_view-df0f1d8?debug=true&start_key=%5B2008%2C7%2Cnull%5D&connection_timeout=60000 HTTP/1.1
> User-Agent: curl/7.26.0
> Host: 10.3.121.105:8092
> Accept: */*
>
< HTTP/1.1 404 Object Not Found
< Server: MochiWeb/1.0 (Any of you quaids got a smint?)
< Date: Wed, 12 Sep 2012 22:07:23 GMT
< Content-Type: text/plain;charset=utf-8
< Content-Length: 106
< Cache-Control: must-revalidate
<
{"error":"no_active_vbuckets","reason":"Cannot execute view query since the node has no active vbuckets"}
* Connection #0 to host 10.3.121.105 left intact
* Closing connection #0
-t viewquerytests.ViewQueryTests.test_employee_dataset_startkey_endkey_queries_rebalance_incrementaly,skip_rebalance=true
steps to repro:
1. load data
2. start rebalance 1->2
3. wait some time, (in my case rebalance is going on 15 mins) try to see documents or query view from node which is adding to cluster
no_active_vbuckets error appears
iryna@ubuntu:~/couchbase/testrunner$ curl -v 'http://10.3.121.105:8092/default/_design/test_view-df0f1d8/_view/test_view-df0f1d8?debug=true&start_key=%5B2008%2C7%2Cnull%5D&connection_timeout=60000'
* About to connect() to 10.3.121.105 port 8092 (#0)
* Trying 10.3.121.105...
* connected
* Connected to 10.3.121.105 (10.3.121.105) port 8092 (#0)
> GET /default/_design/test_view-df0f1d8/_view/test_view-df0f1d8?debug=true&start_key=%5B2008%2C7%2Cnull%5D&connection_timeout=60000 HTTP/1.1
> User-Agent: curl/7.26.0
> Host: 10.3.121.105:8092
> Accept: */*
>
< HTTP/1.1 404 Object Not Found
< Server: MochiWeb/1.0 (Any of you quaids got a smint?)
< Date: Wed, 12 Sep 2012 22:07:23 GMT
< Content-Type: text/plain;charset=utf-8
< Content-Length: 106
< Cache-Control: must-revalidate
<
{"error":"no_active_vbuckets","reason":"Cannot execute view query since the node has no active vbuckets"}
* Connection #0 to host 10.3.121.105 left intact
* Closing connection #0