mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
The next patch will disable stopping the keyspaces in database shutdown due to #9684. This will leave outstanding e_r_m:s when the factory is destroyed. They must be unregistered from the factory so they won't try to submit_background_work() to gently clear their contents. Support that temporarily until shutdown is fixed to ensure they are no outstanding e_r_m:s when the factory is destroyed, at which point this can turn into an internal error. Refs #8995 Refs #9684 Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Message-Id: <20211127083348.146649-1-bhalevy@scylladb.com>