The termination issue on the 'lasp_advertisement_counter_SUITE'
junghunyoo opened this issue · 2 comments
At the end of the 'lasp_advertisement_counter_SUITE' tests, there are some errors (the results of tests are successful):
2016-04-06 12:10:12.773 [info] <0.825.0>@lasp_simulation:run:87 Waiting for event generation to complete!
2016-04-06 12:10:12.781 [info] <0.825.0>@lasp_advertisement_counter:wait:212 Events all processed!
2016-04-06 12:10:12.783 [info] <0.825.0>@lasp_simulation:run:91 Terminating clients!
2016-04-06 12:10:12.783 [info] <0.825.0>@lasp_process_sup:terminate:46 Terminating: [{undefined,<0.828.0>,worker,[gen_flow]},{undefined,<0.829.0>,worker,[gen_flow]},{undefined,<0.830.0>,worker,[gen_flow]}]
2016-04-06 12:10:17.800 [error] <0.508.0> Supervisor lasp_process_sup had child undefined started with gen_flow:start_link(lasp_process) at <0.828.0> exit with reason killed in context shutdown_error
2016-04-06 12:10:22.813 [error] <0.508.0> Supervisor lasp_process_sup had child undefined started with gen_flow:start_link(lasp_process) at <0.829.0> exit with reason killed in context shutdown_error
2016-04-06 12:10:27.871 [error] <0.508.0> Supervisor lasp_process_sup had child undefined started with gen_flow:start_link(lasp_process) at <0.830.0> exit with reason killed in context shutdown_error
2016-04-06 12:10:27.903 [info] <0.511.0>@lasp_divergence_instrumentation:handle_call:117 Total events seen: 79342
2016-04-06 12:10:27.903 [info] <0.511.0>@lasp_divergence_instrumentation:handle_call:118 Total decrements seen: 78498
2016-04-06 12:10:27.904 [info] <0.509.0>@lasp_transmission_instrumentation:handle_call:107 Instrumentation timer for client disabled!
2016-04-06 12:10:27.940 [info] <0.510.0>@lasp_transmission_instrumentation:handle_call:107 Instrumentation timer for server disabled!
I am not sure whether this is also related to this issue, but I can see these errors in other nodes (not the runner node):
2016-04-06 13:13:46.050 [info] <0.7.0> Application os_mon started on node 'thorn@jeff-VirtualBox'
2016-04-06 13:13:46.073 [info] <0.7.0> Application lasp_support started on node 'thorn@jeff-VirtualBox'
2016-04-06 13:13:46.073 [info] <0.165.0>@lasp_config:web_config:48 Port override: 8002
2016-04-06 13:13:46.236 [info] <0.7.0> Application lasp started on node 'thorn@jeff-VirtualBox'
2016-04-06 13:13:47.785 [error] <0.181.0>@plumtree_broadcast:handle_graft:345 unable to graft message from lasp_plumtree_broadcast_distribution_backend. reason: not_found
2016-04-06 13:13:47.856 [error] <0.181.0>@plumtree_broadcast:handle_graft:345 unable to graft message from lasp_plumtree_broadcast_distribution_backend. reason: not_found
2016-04-06 13:13:47.857 [error] <0.181.0>@plumtree_broadcast:handle_graft:345 unable to graft message from lasp_plumtree_broadcast_distribution_backend. reason: not_found
2016-04-06 13:13:47.858 [error] <0.181.0>@plumtree_broadcast:handle_graft:345 unable to graft message from lasp_plumtree_broadcast_distribution_backend. reason: not_found
Resolved by lasp-lang/gen_flow#1.