[#1351] apemanager: Fix AddChain
handler for audit middleware #1352
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1352
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-node:fix/apemanager/audit"
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?
GetChainID
fromfrostfs-api-go/v2
does not handler nil-pointerresponse body that leads to the panic after its call.
NOTE: This change is only for support branch. The correct way to fix this errors is to fix
GetChainID()
method's definition infrostfs-api-go/v2
and then bump the dependency in frostfs-nodeAddChain
handler for audit middlewareapemanager
fails with panic #1351