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.
Actions