Files
scylladb/sstables/mc
Rafael Ávila de Espíndola 94c28cfb16 sstable: Wait for future returned by maybe_record_large_cells.
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>
2019-03-14 21:01:37 +01:00
..