Logger level can be reloaded with a SIGHUP.
If any of the fields below are changed, the Prometheus HTTP server is restarted.
prometheus:
enabled:
address:
shutdown_timeout:If any of the fields below are changed, the pprof HTTP server is restarted.
pprof:
enabled:
address:
shutdown_timeout:
enable_block:
enable_mutex:enable_block and enable_mutex are applied immediately without
restarting the HTTP server.
Worker pool sizes are tuned without restarting the pools.
object:
put:
pool_size_remote:
search:
pool_size:
replicator:
pool_size:Available for reconfiguration fields:
policer:
head_timeout:
replication_cooldown:
object_batch_size:
boost_multiplier:Shards can be added, removed or reloaded with SIGHUP.
Each shard from the configuration is matched with existing shards by
comparing paths from shard.blobstor section. After this we have 3 sets:
- Shards that are missing from the configuration (or have
mode: disabled) but are currently open. These are closed. - Shards that are added. These are opened and initialized.
- Shards that remain in the configuration.
For these shards we apply reload to a
metabaseand for a mode.
| Changed section | Actions |
|---|---|
path |
If path is different, metabase is closed and opened with a new path. All other configuration will also be updated. |
| Changed section | Actions |
|---|---|
endpoints |
Updates N3 endpoints. If new endpoints do not contain the endpoint client is connected to, it will reconnect to another endpoint from the new list. Node service can be interrupted in this case. |
| Changed section | Actions |
|---|---|
attribute_* |
Updates node attributes. |
fschain:
endpoints:The meta service re-applies the updated FS chain RPC endpoints.
If any field in the grpc section has changed, all public API gRPC servers are
gracefully stopped and restarted with the new configuration. All service
implementations (Object, Container, Session, Accounting, Reputation) are
re-registered automatically in the new servers.
grpc:
- endpoint:
conn_limit:
tls:
enabled:
certificate:
key:During the restart there is a short period of unavailability. The control service gRPC endpoint is not affected by SIGHUP.