Fix: per-pid ust buffers flush race with application unregister
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index bbba4a604e4b5d120840496bb4c7f3a4d625a25d..e5c1495462a4ac18ed1754fb1e0f705b2ba5f6aa 100644 (file)
@@ -4432,7 +4432,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.024534 seconds and 4 git commands to generate.