frostfs-node/cmd/frostfs-node
Evgenii Stratonikov d3a52ec73a [#516] node: Send bootstrap request if attributes were updated
Consider following situation:
1. Epoch tick.
2. Update node attributes in the config.
3. Restart node.

Because we already sent bootstrap query after (1) and we are still
online, new bootstrap query won't be sent. This leads to the node
attributes being updated after another epoch.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-08 07:40:26 +00:00
..
config [#421] Try using badger for the write-cache 2023-08-07 08:16:57 +00:00
accounting.go [#460] services/util: Remove HandleUnaryRequest 2023-06-21 17:07:56 +03:00
attributes.go Rename package name 2023-03-07 16:38:26 +03:00
cache.go [#411] Remove unnecessary pointers for sync objects 2023-05-31 10:19:14 +00:00
cache_test.go [#231] node: Fix race condition in TTL cache 2023-04-25 09:54:12 +03:00
closer.go [#1868] Reload config for pprof and metrics on SIGHUP 2023-02-20 13:53:27 +03:00
config.go [#516] node: Send bootstrap request if attributes were updated 2023-08-08 07:40:26 +00:00
container.go [#460] services/util: Remove HandleUnaryRequest 2023-06-21 17:07:56 +03:00
control.go [#424] metrics: Drop embedded metrics 2023-06-14 14:53:32 +03:00
grpc.go [#470] grpc: Increase message limits 2023-06-30 16:32:15 +03:00
httpcomponent.go [#168] node: Refactor node config 2023-03-31 09:32:59 +03:00
keyspaceiterator.go [#498] policer: Explicitly Rewind() iterator after finish 2023-07-07 14:52:33 +00:00
main.go [#537] node: Add runtime.memory_limit config parameter 2023-07-25 17:27:09 +03:00
metrics.go [#412] node: Replace metrics package 2023-06-01 13:23:11 +00:00
morph.go [#424] morph: Fix cache metrics 2023-06-14 18:26:19 +03:00
netmap.go [#516] node: Send bootstrap request if attributes were updated 2023-08-08 07:40:26 +00:00
notificator.go [#373] metabase: Add metrics 2023-06-21 15:13:26 +03:00
object.go [#463] policer: Remove capacity rebalance logic 2023-07-18 10:52:12 +00:00
pprof.go [#39] node: Add optional profilers 2023-05-12 15:49:04 +03:00
runtime.go [#537] node: Add runtime.memory_limit config parameter 2023-07-25 17:27:09 +03:00
session.go [#460] services/util: Remove HandleUnaryRequest 2023-06-21 17:07:56 +03:00
tracing.go [#412] node: Replace tracing package 2023-06-01 13:23:11 +00:00
tree.go [#449] tree: Allow reading requests signed by keys from allow list 2023-06-23 14:44:19 +03:00
validate.go [#1] node: Use a proper validation of a substorage type 2023-06-28 12:13:20 +00:00
validate_test.go [#125] cmd: Refactor internal/common/viper 2023-04-26 13:53:51 +03:00
worker.go [#168] node: Refactor node config 2023-03-31 09:32:59 +03:00