mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
Thrift needs migration manager to call announce_<something> on it and currently it grabs blobak migration manager instance. Since thrift handler has query processor rerefence onboard and the query processor can provide the migration manager reference, it's time to remove few more globals from thrift code. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>