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
From time to time couch_set_view_group dies with error:
=========================CRASH REPORT=========================
crasher:
initial call: couch_set_view_group:init/1
pid: <0.2771.0>
registered_name: []
exception exit: {{badmatch,{error,enoent}},
[{couch_db,fast_reads,2},
{couch_set_view_updater,'-load_changes/6-fun-2-',6},
{lists,foldl,3},
{couch_set_view_updater,load_changes,6},
{couch_set_view_updater,update,6}]}
in function couch_set_view_group:init/1
ancestors: [<0.2760.0>,<0.2759.0>]
messages: [{updater_info,<0.7668.0>,{state,updating_passive}},
{'EXIT',<0.2780.0>,normal}]
links: [<0.2760.0>]
dictionary: [{random_seed,{23671,3853,29824}}]
trap_exit: true
status: running
heap_size: 6765
stack_size: 24
reductions: 128385
neighbours:
When this happens views return partial results with connection_closed error for the failed node. Attached the log for such a failure.
=========================CRASH REPORT=========================
crasher:
initial call: couch_set_view_group:init/1
pid: <0.2771.0>
registered_name: []
exception exit: {{badmatch,{error,enoent}},
[{couch_db,fast_reads,2},
{couch_set_view_updater,'-load_changes/6-fun-2-',6},
{lists,foldl,3},
{couch_set_view_updater,load_changes,6},
{couch_set_view_updater,update,6}]}
in function couch_set_view_group:init/1
ancestors: [<0.2760.0>,<0.2759.0>]
messages: [{updater_info,<0.7668.0>,{state,updating_passive}},
{'EXIT',<0.2780.0>,normal}]
links: [<0.2760.0>]
dictionary: [{random_seed,{23671,3853,29824}}]
trap_exit: true
status: running
heap_size: 6765
stack_size: 24
reductions: 128385
neighbours:
When this happens views return partial results with connection_closed error for the failed node. Attached the log for such a failure.