Actions
Bug #772
closedLTTng JUL Agent should clear state when sessiond disconnects
Start date:
03/25/2014
Due date:
% Done:
0%
Estimated time:
Description
LTTngTCPSessiondClient.java
} catch (IOException ioe) {
tryReleaseSem();
Thread.sleep(3000);
We should clear the enabled loggers for this thread when the
sessiond disconnects. Failure to do so will cause an
inconsistency between the JUL state and the state of a
new sessiond that would be started afterward.
Updated by David Goulet over 10 years ago
- Status changed from New to Confirmed
- Priority changed from Normal to High
Updated by David Goulet over 10 years ago
- Status changed from Confirmed to Resolved
commit 87d64abb45c7e1a47606b60570a8768489b51d96 Author: David Goulet <dgoulet@efficios.com> Date: Tue May 6 11:56:25 2014 -0400
Actions