-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttachV2SessionToken multi-thread panic #323
Labels
bug
Something isn't working
Comments
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Jul 6, 2021
…on token Create new `SessionTokenBody` instead of using one from the parameter in order to prevent data corruption. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
that referenced
this issue
Jul 6, 2021
Create new `SessionTokenBody` instead of using one from the parameter in order to prevent data corruption. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Jul 6, 2021
…on token Create new `SessionTokenBody` instead of using one from the parameter in order to prevent data corruption. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
that referenced
this issue
Jul 6, 2021
Create new `SessionTokenBody` instead of using one from the parameter in order to prevent data corruption. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to get objects using the same
sessionToken
in multiple gorutines causespanic
:Environment
neofs-api-go v1.28.0, v1.28.1
Step to reproduce
getObject
,searchObject
,listContainers
using several gorutines:Note:
sessionOpts := client.WithSession(nil)
it works correct.link to issue in s3-gate
The text was updated successfully, but these errors were encountered: