Fix: per-pid ust buffers flush race with application unregister
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 8c45a89a5f82410e752bf865bbfe889020551ddf..160a15640ff4efd5709af571c9ab3b64b68c0334 100644 (file)
@@ -4469,7 +4469,6 @@ int ust_app_flush_app_session(struct ust_app *app,
                cds_lfht_for_each_entry(ua_sess->channels->ht, &iter.iter, ua_chan,
                                node.node) {
                        health_code_update();
-                       assert(ua_chan->is_sent);
                        ret = consumer_flush_channel(socket, ua_chan->key);
                        if (ret) {
                                ERR("Error flushing consumer channel");
This page took 0.025763 seconds and 4 git commands to generate.