aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/top_level_distributor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/distributor/top_level_distributor.cpp')
-rw-r--r--storage/src/vespa/storage/distributor/top_level_distributor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/top_level_distributor.cpp b/storage/src/vespa/storage/distributor/top_level_distributor.cpp
index 456464576a1..5f8f05c3ee0 100644
--- a/storage/src/vespa/storage/distributor/top_level_distributor.cpp
+++ b/storage/src/vespa/storage/distributor/top_level_distributor.cpp
@@ -573,7 +573,7 @@ TopLevelDistributor::reportStatus(std::ostream& out,
} else {
auto guard = _stripe_accessor->rendezvous_and_hold_all();
const auto& op_ctx = _component;
- for (const auto& space : op_ctx.bucket_space_repo()) {
+ for (const auto& space : op_ctx.bucket_space_states()) {
out << "<h2>" << document::FixedBucketSpaces::to_string(space.first) << " - " << space.first << "</h2>\n";
guard->report_bucket_db_status(space.first, out);
}