Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0-developer-preview-4
-
Fix Version/s: 2.0-developer-preview-4
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
I was running a test against 4 node cluster (set up by cluster_run):
python2 ./testrunner -i b/resources/dev-4-nodes.ini -t viewtests.ViewBasicTests.test_load_data_get_view_x_mins_y_design_docs,num-design-docs=25,load-time=10,run-view-time=2,num-tries=100
After some time set view group crashed with this error:
=========================CRASH REPORT=========================
crasher:
initial call: couch_set_view_group:init/1
pid: <0.4362.0>
registered_name: []
exception exit: {noproc,
{gen_server,call,
[<0.4370.0>,{drop,<0.4362.0>},infinity]}}
in function couch_set_view_group:init/1
ancestors: [<0.3972.0>,<0.3961.0>]
messages: [{'EXIT',<0.4371.0>,normal}]
links: [<0.3972.0>]
dictionary: [{random_seed,{26506,11927,3989}}]
trap_exit: true
status: running
heap_size: 10946
stack_size: 24
reductions: 116161
neighbours:
Seems to be similar toMB-4686. Log is attached.
python2 ./testrunner -i b/resources/dev-4-nodes.ini -t viewtests.ViewBasicTests.test_load_data_get_view_x_mins_y_design_docs,num-design-docs=25,load-time=10,run-view-time=2,num-tries=100
After some time set view group crashed with this error:
=========================CRASH REPORT=========================
crasher:
initial call: couch_set_view_group:init/1
pid: <0.4362.0>
registered_name: []
exception exit: {noproc,
{gen_server,call,
[<0.4370.0>,{drop,<0.4362.0>},infinity]}}
in function couch_set_view_group:init/1
ancestors: [<0.3972.0>,<0.3961.0>]
messages: [{'EXIT',<0.4371.0>,normal}]
links: [<0.3972.0>]
dictionary: [{random_seed,{26506,11927,3989}}]
trap_exit: true
status: running
heap_size: 10946
stack_size: 24
reductions: 116161
neighbours:
Seems to be similar to