From dfcda0bd3608219f803757c00672e7b32d17d7db Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Fri, 11 Jun 2021 11:22:47 +0200 Subject: Provide correct stripe index to notify_stripe_wants_to_send_host_info. --- storage/src/vespa/storage/distributor/distributor_stripe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/src/vespa/storage/distributor/distributor_stripe.cpp b/storage/src/vespa/storage/distributor/distributor_stripe.cpp index 4f6e2d5016b..c94c1a415b0 100644 --- a/storage/src/vespa/storage/distributor/distributor_stripe.cpp +++ b/storage/src/vespa/storage/distributor/distributor_stripe.cpp @@ -748,7 +748,7 @@ void DistributorStripe::send_updated_host_info_if_required() { if (_use_legacy_mode) { _component.getStateUpdater().immediately_send_get_node_state_replies(); } else { - _stripe_host_info_notifier.notify_stripe_wants_to_send_host_info(0); // TODO STRIPE correct stripe index! + _stripe_host_info_notifier.notify_stripe_wants_to_send_host_info(_stripe_index); } _must_send_updated_host_info = false; } -- cgit v1.2.3