frostfs-node/cmd/frostfs-node
Dmitrii Stepanov d69d318cb0 [#878] node: Drain internal error's channel
This fixes shutdown panic:
1. Some morph connection gets error and passes it to internalErr channel.
2. Storage node starts to shutdow and closes internalErr channel.
3. Other morph connection gets error and tries to pass it to internalErr channel.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2023-12-19 16:38:03 +00:00
..
config [#866] Use TTL for blobovnicza tree cache 2023-12-19 16:36:28 +00:00
accounting.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
attributes.go Rename package name 2023-03-07 16:38:26 +03:00
cache.go [#639] node: Refactor TTL cache 2023-11-30 12:54:51 +00:00
cache_test.go [#639] node: Refactor TTL cache 2023-11-30 12:54:51 +00:00
closer.go [#1868] Reload config for pprof and metrics on SIGHUP 2023-02-20 13:53:27 +03:00
config.go [#878] node: Drain internal error's channel 2023-12-19 16:38:03 +00:00
container.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
control.go [#552] Add sysd notifications to storage service 2023-12-13 17:51:41 +03:00
grpc.go [#835] node: Fix appCfg concurrent access 2023-12-14 16:38:59 +03:00
httpcomponent.go [#709] node: Put in log info about listening endpoints 2023-10-02 13:31:10 +00:00
keyspaceiterator.go [#498] policer: Explicitly Rewind() iterator after finish 2023-07-07 14:52:33 +00:00
main.go [#878] node: Drain internal error's channel 2023-12-19 16:38:03 +00:00
metrics.go [#412] node: Replace metrics package 2023-06-01 13:23:11 +00:00
morph.go [#851] ape: Initialize and use policy contract interface 2023-12-18 11:06:35 +00:00
netmap.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
notificator.go [#857] Makefile: Update linter version 2023-12-12 16:27:02 +03:00
object.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
policy_engine.go [#552] gofumpt changes 2023-12-13 15:02:25 +03: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 [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
tracing.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
tree.go [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
validate.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03: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