summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-06-11 13:03:14 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-06-11 13:03:14 +0000
commite2632b50e7aa9e96e9c67fb7c30e5856ab0328fd (patch)
treed649d40e19a935f0fc2ee250be3264eec7531b31 /storage
parenta6cb4c9790b9c7ae30784479a866e5625e018c8e (diff)
Handle GetNodeStateCommand in distributor main thread when running in new stripe mode.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/distributor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/distributor/distributor.cpp b/storage/src/vespa/storage/distributor/distributor.cpp
index 6d911e56651..77ab288b5d7 100644
--- a/storage/src/vespa/storage/distributor/distributor.cpp
+++ b/storage/src/vespa/storage/distributor/distributor.cpp
@@ -322,6 +322,7 @@ namespace {
bool should_be_handled_by_top_level_bucket_db_updater(const api::StorageMessage& msg) noexcept {
switch (msg.getType().getId()) {
case api::MessageType::SETSYSTEMSTATE_ID:
+ case api::MessageType::GETNODESTATE_ID:
case api::MessageType::ACTIVATE_CLUSTER_STATE_VERSION_ID:
return true;
case api::MessageType::REQUESTBUCKETINFO_REPLY_ID: