Actions
Bug #692
closedJUL: Make sure we receive already enabled events before sending the registration done to the Agent
Start date:
11/20/2013
Due date:
% Done:
100%
Estimated time:
Description
There is a race between the events being enabled by the session daemon and the Logger in the application starting to log data. That race basically miss the early events in the Java application because the Logger are being enabled.
To fix that, we must enable events before the registration is completed.
Updated by Mathieu Desnoyers over 10 years ago
- Project changed from LTTng-tools to LTTng-UST
Updated by David Goulet over 10 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset f08bb871203e921da1b0cdce6f9ff88d32a2fb4e.
Actions