mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
gossip: Print SCHEMA_TABLES_VERSION correctly
Found this when debugging gossip with debug print. The application state
SCHEMA_TABLES_VERSION was printed as UNKNOWN.
Message-Id: <d7616920d2e6516b5470a758bcf9c88f3d857381.1506391495.git.asias@scylladb.com>
(cherry picked from commit 98e9049820)
This commit is contained in:
@@ -62,6 +62,7 @@ static const std::map<application_state, sstring> application_state_names = {
|
||||
{application_state::TOKENS, "TOKENS"},
|
||||
{application_state::SUPPORTED_FEATURES, "SUPPORTED_FEATURES"},
|
||||
{application_state::CACHE_HITRATES, "CACHE_HITRATES"},
|
||||
{application_state::SCHEMA_TABLES_VERSION, "SCHEMA_TABLES_VERSION"},
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, const application_state& m) {
|
||||
|
||||
Reference in New Issue
Block a user