Skip to content
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

Container creation can hang indefinitely in case of underlying errors #246

Closed
evgeniiz321 opened this issue Sep 12, 2024 · 0 comments · Fixed by #253
Closed

Container creation can hang indefinitely in case of underlying errors #246

evgeniiz321 opened this issue Sep 12, 2024 · 0 comments · Fixed by #253
Assignees
Labels
bug Something isn't working I4 No visible changes S4 Routine U2 Seriously planned
Milestone

Comments

@evgeniiz321
Copy link

https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/518-1726084393/index.html#suites/820837d46c5808d6efecf59b97ab3206/ad221a173e92ac0d/

  1. try to create container via rest gw
  2. in the rest gw logs I see -
error	handlers/api.go:128	create container	{"error": "put container: confirmation timeout"}
error	handlers/api.go:128	create container	{"error": "put container: confirmation timeout"}
  1. in the IR logs I see -
2024-09-11T18:38:54.035Z	error	container/process_container.go:46	put container check failed	{"error": "incorrect homomorphic hashing setting: network setting: true, container setting: false"}

rest gw shouldn't hang request in case of errors and should always return something

@evgeniiz321 evgeniiz321 added U2 Seriously planned bug Something isn't working labels Sep 12, 2024
@roman-khimov roman-khimov added S4 Routine I4 No visible changes labels Sep 12, 2024
@roman-khimov roman-khimov added this to the v0.11.1 milestone Sep 12, 2024
smallhive added a commit that referenced this issue Oct 23, 2024
Closes #246.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
smallhive added a commit that referenced this issue Oct 23, 2024
Closes #246.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
smallhive added a commit that referenced this issue Oct 23, 2024
Closes #246.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
smallhive added a commit that referenced this issue Oct 23, 2024
Closes #246.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
smallhive added a commit that referenced this issue Oct 23, 2024
Closes #246.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
smallhive added a commit that referenced this issue Oct 23, 2024
Closes #246.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I4 No visible changes S4 Routine U2 Seriously planned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants