mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
Previously, entries were added in parallel and we needed to check if order was broken. Using a simple checksum was better than a hash as you could easily find the position it broke (we add consecutive numbers). Now order of entries is forced so it's not useful. This patch removes it. Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>