mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
During the retry mechanism, it's possible to encounter a gate closed exception, which should simply be ignored, because it indicates that the server is shutting down. Closes #8337