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

Account gets corrupted after deleting a pod #257

Open
tomicvladan opened this issue Aug 28, 2023 · 2 comments
Open

Account gets corrupted after deleting a pod #257

tomicvladan opened this issue Aug 28, 2023 · 2 comments

Comments

@tomicvladan
Copy link
Contributor

Steps to reproduce

  1. Login to Fairdrive
  2. Delete an existing pod
  3. Try creating the same pod again
  4. Try creating pod with a different name

Result

Getting Request failed with status code 409 errors

Expected result

It should be possible to create a pod with the existing name as a previous one. And the content of that pod should be empty. Also creating other pods shouldn't throw errors.

@IgorShadurin
Copy link
Collaborator

Most likely, this should be handled on the Fairdrive caching side. After deleting a pod, the cache should be updated. fdp-storage is covered by such a test.

@tomicvladan
Copy link
Contributor Author

It's not related to caching, because the pod list gets refreshed correctly. And trying to create a pod returns this error from bee:

POST http://localhost:1633/soc/9bdc3df70db00fdc745da0feab9a70d153270244/cf29db53d5c44182b4c8b222b1e0036eb48bbedd3b6087ae80426e9e275774aa?sig=3fb15... 409 (Conflict)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants