mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
Refs #9919 ina6202aethrow_commitlog_add_error was added to ensure we had more info on errors generated writing to commit log. However, several call sites catch timed_out_error explicitly, not checking for nested etc.97bb1beand868b572tried to deal with it, by using check routines. It turns out there are call sites left, and while these should be changed, it is safer and quicker for now to just ensure that iff we have a timed_out_error, we throw yet another timed_out_error. Closes #10002