mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
The messaging service is initialized very early, before we have the proxy or query processor initialized. It is mostly fine, except for the fact that the messaging service also finishes the initialization of the storage service. That part will issue queries agains the system tables, (as soon as we support them), and need to happen later. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>