From: Jérémie Galarneau Date: Wed, 17 Jun 2020 22:27:52 +0000 (-0400) Subject: consumerd: on_sleep not called on stream when no data is available X-Git-Tag: v2.11.5~18 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=557e564e2803a98efc269c2986f544cc716eec2f;hp=557e564e2803a98efc269c2986f544cc716eec2f;p=lttng-tools.git consumerd: on_sleep not called on stream when no data is available The `on_sleep` stream operation is not invoked when a stream's `get` operation returns ENODATA (no data available). Since this is not an error, the normal steps of the consumption loops should be assumed. Not marked as a fix as this is not problematic right now. However, it could prove misleading in the future. Signed-off-by: Jérémie Galarneau Change-Id: I0812e3af4c967390ebba4128781787abf45c76a1 ---