mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
When shutting down the commitlog we try to block all new requests by acquiring all available resources. We were, however, letting go of the semaphore permits too early, before closing the gate and shutting down the active segments. Signed-off-by: Duarte Nunes <duarte@scylladb.com> Message-Id: <20180216234826.24111-1-duarte@scylladb.com>