mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 16:22:15 +00:00
It is faster than gossiper::is_normal because it avoids to do search in the std::map<application_state, versioned_value>. It is useful for the code in the fast path which needs to query if a node is in NORMAL status. Fixes #3500 Message-Id: <42db91fa4108f9f4fcf94fed3ec403ccf35d15e9.1528354644.git.asias@scylladb.com>