mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
`table` is not registered with the database, and hence will not be waited on during shutdown. Stop it explicitly to prevent any asynchronous operation on it racing with shutdown. Signed-off-by: Botond Dénes <bdenes@scylladb.com> Message-Id: <20200302142845.569638-1-bdenes@scylladb.com>