-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphs occasionally freeze even though new data is arriving #10
Comments
How often does this happen ? Pretty much anytime there is a longer gap, or have there been longer gaps where this issue did not appear? |
unclear, usually spotted in the morning, and checking history reveals a network outage between vaping and vodka/graphserv of an hour+. Never seen it without being able to identify an outage though. |
This was observed while running graphsrv 1.0.6, correct ? No luck so far trying to reproduce it with the latest github checkout. |
Looks like a custom install by grizz, ask him what the NCHC noc is running, version wise. And how to convert to a normal pip install ;) |
Might be caused by this issue: 20c/vodka#8 |
It still happens in 1.1.3. appears to be a case of graphsrv/vodka not noticing a session has closed when the client side goes away: [root@spire openvpn]# netstat -an | grep 7461 [root@netflowx vodka]# netstat -an | grep 7461 [root@spire openvpn]# kill 8362 [root@netflowx vodka]# netstat -an | grep 7461 This last item is like 5 minutes later too, session is not Established or coming back. Guessing it may return in whatever the long term socket timeout is? |
still happens with 1.2.0, btw. |
guess me wishing it away didn't work ;) |
usually seems to occur after a data source has been offline for a while (1h + ?) but then comes back online naturally, due to a network interruption for example.
While avoid the issue would be preferable, a good "repair" might be a way to signal a graph to reset (which would also restore the time scale to default) via a right click menu option.
Current work around is to restart vodka.
The text was updated successfully, but these errors were encountered: