mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
Currently, if sync_all_segments fails during shutdown, _shutdown is never set, causing replenish_reserve to hang, as possibly seen in #8577. It is better if scylla aborts on critical errors during shutdown rather than just hang. Refs #8577 Test: unit(dev) DTest: commitlog_test.py Signed-off-by: Benny Halevy <bhalevy@scylladb.com>