From eec45b9c45a46fc242f6dfaa5a2291c6a689256a Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Wed, 26 Apr 2023 15:34:16 +0200 Subject: Revert "Improve error message" --- storage/src/vespa/storage/distributor/externaloperationhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/src/vespa/storage/distributor/externaloperationhandler.cpp b/storage/src/vespa/storage/distributor/externaloperationhandler.cpp index a3190d427d8..6cb404aaa0a 100644 --- a/storage/src/vespa/storage/distributor/externaloperationhandler.cpp +++ b/storage/src/vespa/storage/distributor/externaloperationhandler.cpp @@ -144,7 +144,7 @@ void ExternalOperationHandler::bounce_with_result(api::StorageCommand& cmd, cons void ExternalOperationHandler::bounce_with_feed_blocked(api::StorageCommand& cmd) { const auto& feed_block = _op_ctx.cluster_state_bundle().feed_block(); bounce_with_result(cmd, api::ReturnCode(api::ReturnCode::NO_SPACE, - "External feed is blocked due to resource exhaustion, see https://docs.vespa.ai/en/operations/feed-block.html: " + + "External feed is blocked due to resource exhaustion: " + feed_block->description())); } -- cgit v1.2.3