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