node: React on SIGHUP
only when node in READY
state #748
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#748
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/frostfs-node:bugfix/49-node-stuck-middle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #49
Add more info in logs when node is going to shut down,
but initialization process still in progress.
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
6f8d3ae0be
to7605e4e3af
@ -92,0 +99,4 @@
func (c *cfg) swapHealthStatus(st control.HealthStatus) (old control.HealthStatus) {
old = control.HealthStatus(c.healthStatus.Swap(int32(st)))
if c.metricsCollector != nil {
Can
metricsCollector
be nil?In theory yes, but with this method calling it is already initialized.
We already use it in multiple places without nil check and, as you said, it is always initialized, let's drop the nil check?
Agree, removed.
7605e4e3af
to7d27913789
7d27913789
to635640282f