Fix: remote kernel stream paths contain too much information
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 8 Aug 2019 19:27:51 +0000 (15:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:14 +0000 (16:39 -0400)
commit9c96bc23160363fb5db1dd91ccc83fc8baffb2d7
treed20701b2c9f0e7170118ea989b52ce6b1975d9f4
parent9d72b79afad10b6f8dbfcd3956297c9984955986
Fix: remote kernel stream paths contain too much information

The kernel stream paths, when built with a "net" consumer type,
contain the hostname and session name. This is redundant and must not
be transmitted to 2.11+ relay daemons. Otherwise, this results in an
erronerous path hierarchy on the remote end.

Stream paths transmitted to a trace chunk-aware peer are relative to a
session's output trace chunk.

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