Actions
Bug #1342
openRotation thread's handling of session consumed size notifications is racy
Start date:
12/09/2021
Due date:
% Done:
0%
Estimated time:
Description
Related to this change:
https://review.lttng.org/c/lttng-tools/+/6886/
- notification emitted for session
foo
, - session
foo
is destroyed, - a new session named
foo
is created, - a rotation is triggered for
foo
.
- Provide a unique session id as part the of the evaluation of
SESSION_CONSUMED_SIZE
, - Register an internal trigger that has the
rotate session
action (since ids are sampled during their handling).
I can't work on a fix right now, but here is a placeholder patch that will eventually contain the fix:
https://review.lttng.org/c/lttng-tools/+/6907
This is hypothetical and I noticed it during a code review; nobody reported this problem.
No data to display
Actions