Fix: relayd: remove assert of non-null stream trace chunk on rotate
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 19 Nov 2019 18:41:51 +0000 (13:41 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Nov 2019 21:16:30 +0000 (16:16 -0500)
commita1de4b78dcb72511fb8e6f2a3da80a771722d83c
tree3c76e44e4a94af34aa915ebc5f278361b0b7542f
parent3f3c02f811da1ac1c8a88d661c5ee63a4412f38e
Fix: relayd: remove assert of non-null stream trace chunk on rotate

A stream can rotate from a "NULL" trace chunk to a new trace chunk
and the relay daemon should not assert on this condition.

This happens when a session is stopped, rotated, and started again
later on.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/stream.c
This page took 0.025294 seconds and 4 git commands to generate.