mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
Values seen by nodes were so far added but this does not provide a guarantee the order of these values was respected. Use a digest to check output, implicitly checking order. On the other hand, sum or a simple positional checksum like Fletcher's is easier to debug as rolling sum is evident. Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>