mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
If the read is aborted via the permit (due to timeout) don't throw the abort exception, instead propagate it via the future chain. Also, use try_catch<> instead of try ... catch to decorate malformed_sstable_exception with the file name.