summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-02-23 15:55:10 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-02-23 21:21:34 +0000
commitfcfe291173a6a6f14a77abec96709383fee21866 (patch)
tree2a4226040b17a6b32938d347d8de25f8a1ae071a
parentbbbf05b39c616370388a779d2a801f26568c9d71 (diff)
Remap storage
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
index 6a310f69787..dce59262298 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
+++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
@@ -622,6 +622,11 @@ FileStorHandlerImpl::remapMessage(api::StorageMessage& msg, const document::Buck
source.getBucketId().toString().c_str(), op);
break;
}
+ case RunTaskCommand::ID:
+ LOG(debug, "Remapping load for bucket %s for reason %u, "
+ "for RunTaskCommand request for this bucket.",
+ source.getBucketId().toString().c_str(), op);
+ break;
default:
// Fail and log error
{