Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Prevent ETS node view error when trying to enable/disable ETS tracing on a dead node #81

Merged
merged 2 commits into from
Aug 11, 2017

Conversation

mkacper
Copy link
Contributor

@mkacper mkacper commented Aug 9, 2017

It takes some time to clean dead node form a Vizceral graph, so there might be a situation when a user clicks on a node in Vizceral graph and the node is already dead. Click on a node cause ErlangPL try to enable/disable ETS tracing for that node and if it's dead it might be a problem. This PR prevents this kind of errors.

Check if the called epl_tracer (dedicated to one node) is alive
when trying to disable ETS tracing on websocket connection close.
@michalslaski michalslaski merged commit 5e9c7e6 into erlanglab:master Aug 11, 2017
@michalslaski michalslaski deleted the ets-node-view-tracing-fix branch August 11, 2017 15:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants