frostfs-cli object put with static session returned error: "return code: 2 output: panic: send on closed channel" (complex object) #263
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 project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#263
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
**Autotest: **testsuites.session_token.test_static_object_session_token.TestObjectStaticSession#test_static_session_put_verb
Expected Behavior
frostfs-cli object put
with static session should put object without error.Current Behavior
frostfs-cli object put
with static session returned error:return code: 2 output: panic: send on closed channel
The same test with simple object wors correctly.
Steps to Reproduce (for bugs)
1.Create container
2.Create session
3.Sign session token
4.Try to PUT object
Version
Your Environment
virtual
Resolved