cmusatyalab / gammaray

Distributed Streaming Virtual Machine Introspection
Apache License 2.0
17 stars 6 forks source link

Reconnect on Redis auto-disconnect #18

Closed theonewolf closed 10 years ago

theonewolf commented 10 years ago

Redis by default on Ubuntu server systems is configured to timeout clients after 300 seconds of inactivity. This can happen fairly regularly while monitoring a VM, thus we need to re-connect when we are timed out.

theonewolf commented 10 years ago

This is now done in the nbd-test code (9cb5b5a).