From e4067352e7864a8895612daec38fe4c796cb5afa Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Tue, 31 May 2022 11:11:02 +0200 Subject: Improve restart messages --- configdefinitions/src/vespa/slobroks.def | 3 +-- container-core/src/main/resources/configdefinitions/container.qr.def | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configdefinitions/src/vespa/slobroks.def b/configdefinitions/src/vespa/slobroks.def index 2913f2bcbad..9a98af272dd 100644 --- a/configdefinitions/src/vespa/slobroks.def +++ b/configdefinitions/src/vespa/slobroks.def @@ -1,8 +1,7 @@ # Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. namespace=cloud.config -### All params must be flagged as 'restart' because this config is manually -### retrieved by ConfiguredApplication.start to init the rpc server +### Changes to this config requires restart ## The connectionspec for a slobrok is used for connecting to it using ## the FNET Remote Tools framework. It is normally on the form diff --git a/container-core/src/main/resources/configdefinitions/container.qr.def b/container-core/src/main/resources/configdefinitions/container.qr.def index f82f7ba689b..83bd57b6985 100644 --- a/container-core/src/main/resources/configdefinitions/container.qr.def +++ b/container-core/src/main/resources/configdefinitions/container.qr.def @@ -1,8 +1,8 @@ # Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. namespace=container -### All params must be flagged as 'restart' because this config is manually -### retrieved by ConfiguredApplication.start to init the rpc server +### Changes to this config requires restart because it is used to initialize +### connection to the config system ## filedistributor rpc configuration filedistributor.configid reference default="" restart -- cgit v1.2.3