You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that the same issue that was affecting oc_google_reporter may also be affecting opencensus_honeycomb - I've got a code change that I hope will resolve it, but I've not been able to reproduce it to test it yet.
The text was updated successfully, but these errors were encountered:
We've noticed that when using
opencensus_honeycomb
on our system that we've been getting the following happening:** (FunctionClauseError) no function clause matching in :oc_reporter.handle_info/2 Nov 06 11:40:42 ...compute.internal ...[4827]: (opencensus) /.../oc_reporter.erl:105: :oc_reporter.handle_info({:ssl_closed, {:sslsocket, {:gen_tcp, #Port<0.17 519>, :tls_connection, :undefined}, [#PID<0.25634.163>, #PID<0.25891.163>]}}, {:state, [{Opencensus.Honeycomb.Reporter, :ok}], 1500, #Reference<0.4075178422.1500512257.140826>})
We found this of particular concern because at points this crash was happening frequently enough that it would take down the VM.
We did an investigation and found the following open issue: benoitc/hackney#464 and eventually, we got to this useful piece of information: benoitc/hackney#464 (comment)
I believe that the same issue that was affecting
oc_google_reporter
may also be affectingopencensus_honeycomb
- I've got a code change that I hope will resolve it, but I've not been able to reproduce it to test it yet.The text was updated successfully, but these errors were encountered: