Fix: relayd: session id is ignored by 2.11+ create session command
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 10 Mar 2022 22:46:31 +0000 (17:46 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Mar 2022 15:42:30 +0000 (10:42 -0500)
commitc5cd91c8bf38aed6a54ff5e5f04dd6fa251a8673
tree38c766294b1a6852ba318d7e04af0ff305365035
parent59999197d40a0811585912bfac399c3492b61da2
Fix: relayd: session id is ignored by 2.11+ create session command

The id of the session used by the sessiond is not returned by
cmd_create_session_2_11 and its caller sets the value in the
relay_session to an uninitialized value.

Up until recently this didn't have much effect as this uninitialized
value was stored and used to perform look-ups in the trace chunk
registry, which would work.

However, the recent multi-consumer rotation fixes make this problem more
significant as this 'id' is used as a key to join relay sessions
originating from the same session daemon.

This was discovered by enabling the '-Wunused-parameter' warning.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7e33f5f93dc46bb630c431408c9472be3a75c030
src/bin/lttng-relayd/cmd-2-11.c
This page took 0.025306 seconds and 4 git commands to generate.