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>
Fri, 22 Nov 2019 21:22:14 +0000 (16:22 -0500)
commit568f813fce0b488b33860c883726cadd5ac4f32e
tree630c8e546cc4bbf6bc139a8fa6e0f587ba0ff28c
parent9b54e69e203893fff1e2a53cba04875f43aa8905
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.028574 seconds and 4 git commands to generate.