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>
Fri, 9 Aug 2019 15:28:43 +0000 (11:28 -0400)
commita5ba6fdde6d199e37ac6354d296dfacb81428d0e
tree6e8fe1786f6d4b984922189812033a2a751a8df8
parentee98f686b2f504fe08ed0af5baa30b220b14b34d
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.0279 seconds and 5 git commands to generate.