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:33:24 +0000 (21:33 -0400)
commite3899a4d794d8ff3fcd40dc50c8ea2eefd5bf762
tree7c91f8129cbaf2bd14450a5d41d84a886bb7e30a
parenta848acfd1cd06c5496f6e8677315fc3445738d64
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.026336 seconds and 5 git commands to generate.