From e2632b50e7aa9e96e9c67fb7c30e5856ab0328fd Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Fri, 11 Jun 2021 13:03:14 +0000 Subject: Handle GetNodeStateCommand in distributor main thread when running in new stripe mode. --- storage/src/vespa/storage/distributor/distributor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'storage') 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: -- cgit v1.2.3