mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
The mutate_MV() call needs token metadata and it gets them from global storage service. Fixing it not to use globals is a huge refactoring, so for now just get the tokens from global storage proxy. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>