Fix: sessiond should not error on channel creation vs app exit
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 16 Aug 2015 21:56:57 +0000 (17:56 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 2 Sep 2015 16:57:37 +0000 (12:57 -0400)
commita716958570aab2579d4302b43b6524ababc2822e
tree2431b48778ff3e5a1e5aba6fdfd5c5e644f2ec88
parentb161602a7c4040228777c01342ba5ed7737e7df0
Fix: sessiond should not error on channel creation vs app exit

We should not report an error when creating a channel if the application
is exiting concurrently.

Also, remove an inappropriate assert() in ust_app_create_event_glb: it
is possible to have a channel lookup fail if channel/event creation
occurs concurrently with an application exit.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c
This page took 0.025508 seconds and 4 git commands to generate.