mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
Thrift is a coordinator-side service and should not touch the replica module. Switch it to data_dictionary. The switch is straightforward with two exceptions: - client_state still receives replica::database parameters. After this change it will be easier to adapt client_state too. - calls to replica::database::get_version() remain. They should be rerouted to migration_manager instead, as that deals with schema management.