Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.4, 0.9.5
-
None
Description
The write ahead log (WAL) mechanism expects the agent sink to be active in 1 second. After that, it assumes that the agent couldn't connect to collector and shuts it down. The AgentSink has a retry mechanism that handles network problems, unavailable collector etc for a configurable amount of time. The hardcode 1 sec timeout in WAL decorator invalidates this retry mechanism.