mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
This effectively removes "finally" block so if authorized_prepared_cache.stop() resolves with exception, the prepared_cache.stop() is skipped. But that's not a problem -- even if .stop() throws the shole scylla stop aborts so we don't really care if it was clean or not. Also, authorized_prepared_cache.stop() closes the gate and cancels the timer. None of those can resolve with exception. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#19001
65 KiB
65 KiB