Fix: holding the stream lock does not equate to having data pending
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 11 Sep 2018 00:09:14 +0000 (20:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Sep 2018 01:32:56 +0000 (21:32 -0400)
commit7c87fb16f7b0ae1ffc633fa421a923d2ba36b4be
tree1aa79a30fc4b2ed2557b176dc6c636752a230146
parentf6567e8db26f51652a64ca5329667e15bbb6f852
Fix: holding the stream lock does not equate to having data pending

The live timer can hold the stream lock while sending empty beacon. An
empty beacon does not mean that data is still pending for the stream.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/consumer/consumer.c
This page took 0.027468 seconds and 4 git commands to generate.