Files
scylladb/sstables
Glauber Costa 2a7aa1f0d8 sstables: avoid asserts
It's great to have statistics, but assert is too big of a hammer. We don't need
to crash due to the lack of it, and can try our best to continue.

We currently have a problem (described in 265), in which we, for some reason,
fail to read the Statistics file. Throwing an exception will still cause us to
fail to boot, but at least it will be more informative.

Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
2015-09-08 10:06:05 +03:00
..
2015-08-24 19:17:31 -05:00
2015-09-08 10:06:05 +03:00