Fix: consumer: fallback to flush when flush empty is unsupported
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Apr 2020 04:57:38 +0000 (00:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Apr 2020 04:57:38 +0000 (00:57 -0400)
commit3f0c969023c8aa14ed2ad12a97a8a70e07254dc6
tree40f3774e1a42a6d1565ccc8c3a4c700c607292c2
parent96393977613193a0e28343ea32a60c819a00e726
Fix: consumer: fallback to flush when flush empty is unsupported

Session destruction fails on older (<= 2.8) lttng-modules as the
flush_empty fails on the kernel streams during the quiet rotation.

Fallback to the regular flush as the semantics of regular rotations
are not expected here; we merely want to flush any pending data and
destroy the session.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ifdf8a4e60b55dbf582747d71f5c2485d24c11964
src/common/consumer/consumer.c
This page took 0.025082 seconds and 4 git commands to generate.