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>
Thu, 24 Sep 2015 01:32:24 +0000 (21:32 -0400)
commit31cb5470a3f56fab715714b4f4d6de6a51f3a757
tree542502aac5d4ac3327bff7790f25c5226a5ef0d5
parentd4769e1418514c6320ff16b2585562308f108c90
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.028339 seconds and 4 git commands to generate.