Fix: incorrect time unit used when waiting on destruction handle
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:21:11 +0000 (14:21 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:14 +0000 (16:39 -0400)
commitea0f4f56576d9662439a38dfdf1a94669aae90db
tree801b4a1e4e03db701352925daca9d1b46c7c3b96
parent84a93c0895b299b5bbca122a0cf399b12b8a8e63
Fix: incorrect time unit used when waiting on destruction handle

DEFAULT_DATA_AVAILABILITY_WAIT_TIME is used by the lttng client to
wait on the destruction handle returned by a session destruction
command. This constant is in micro-seconds while the destruction
handle expects a timeout in ms.

This causes the client to appear unresponsive while waiting for
the destruction of a session.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/destroy.c
src/bin/lttng/commands/rotate.c
src/bin/lttng/commands/stop.c
src/common/defaults.h
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.025492 seconds and 4 git commands to generate.