mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
Fixes #266 Some callsites are fine: if we just get the message and process it, as is the case with check_health for instance, msg will be alive and all is good. But if we return a future inside the processing, msg must be kept alive. Classic bug, appearing again. Pekka saw this in practice in another bug. We haven't seen anything that is related to this, but it is certainly wrong. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>