Actions
Bug #879
closedLttng list shows max uint as live interval
Start date:
02/09/2015
Due date:
% Done:
100%
Estimated time:
Description
Using Lttng 2.5.4
lttng create --snapshot
lttng list session-name
...
Live timer interval (usec): 4294967295
in a non-snapshot session, the live timer interval is 0. When using 2.6.0, it's reproduceable but without the session name as argument to the 'list' command:
lttng create --snapshot
lttng list
...
Live timer interval (usec): 4294967295
and in MI also:
lttng list --mi xml
<command><name>list</name><output><sessions><session><name>auto-20150209-194111</name><path></path><enabled>false</enabled><snapshot_mode>1</snapshot_mode><live_timer_interval>4294967295</live_timer_interval></session></sessions></output></command>
Updated by Jérémie Galarneau over 9 years ago
- Status changed from New to Confirmed
- Target version set to 2.7
Updated by Jérémie Galarneau about 9 years ago
- Assignee changed from Jérémie Galarneau to Antoine Busque
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset tools|commit:ae58b817f6c592f283397dbb243f56ce4d333c19.
Actions