Improvements here and there about notary deposits. #184
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#184
Loading…
Reference in a new issue
No description provided.
Delete branch "carpawell/frostfs-node:fix/notary-deposit"
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?
Fixes an infinite IR reload if IR is killed too soon after it started.
307bdd73b2
toa298333622
@ -108,3 +115,3 @@
}
func parseNotaryConfigs(cfg *viper.Viper, withSideNotary, withMainNotary bool) (main, side *notaryConfig) {
func parseNotaryConfigs(withSideNotary, withMainNotary bool) (main, side *notaryConfig) {
Is it really
parse
after this?dropped "parse" word, think it is the best thing that fits that PR
@ -138,6 +138,8 @@ func (s *subscriber) routeNotifications(ctx context.Context) {
zap.String("name", notifyEvent.Name),
)
fmt.Println("DEBUG: got notification")
Wow!
If it is useful, maybe add a debug log before the switch? And remove one specific for notification events.
oh, nonono, not that necessary, artifact from another branch, fixed
a298333622
to2136d8cdff
2136d8cdff
to7b360f449f