mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +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