mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
A previous version of the patch that introduced these calls had no limit on how far behind the large data recording could get, and maybe_record_large_cells returned null. The final version switched to a semaphore, but unfortunately these calls were not updated. Tests: unit (dev) Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com> Message-Id: <20190314195856.66387-1-espindola@scylladb.com>