src.ctf.lttng-live: add detailed error reporting for late msg
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 8 Nov 2021 23:17:08 +0000 (18:17 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 11 Nov 2021 22:47:54 +0000 (17:47 -0500)
commitcefd84f8dac720dcbb07a551d3894d701d2515c9
treee450d0793c07d42db2399363f3c18a0739d1de3a
parenta043c3621976126dfaaaf8ffa2ee7fd5d98ea33b
src.ctf.lttng-live: add detailed error reporting for late msg

The only scenario in which it's okay and fixable to received a late
message is when:
  1. the late message is a discarded packets or discarded events
    message,
  2. this component sent am inactivity message downstream, and
  3. the timestamp of the late message is within the inactivity timespan
    we sent downstream through the inactivity message.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I46ec383bffdce237fb18590354bbe2d64374ff3e
Reviewed-on: https://review.lttng.org/c/babeltrace/+/6698
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/lttng-live/lttng-live.c
This page took 0.023886 seconds and 4 git commands to generate.