sullust / bigstreams

Automatically exported from code.google.com/p/bigstreams
0 stars 0 forks source link

Heartbeat is not resseting itself #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The collector LogWriteHandler does not set the status when a connection 
succeeded. This is expected because if there are 200 threads 1 is setting an 
error and 199 are setting ok we will never see the error.

The heart beat will look now at the status and if it hasn't changed since the 
last time it will change the status to OK.

If there is a continuous error this last update time for the status will have 
changed and the heartbeat will not reset the status.

Original issue reported on code.google.com by gerritjvv@gmail.com on 28 Jul 2011 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by gerritjvv@gmail.com on 5 Aug 2011 at 4:56