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

S3 snapshot loading might block #3941

Open
applike-ss opened this issue Oct 17, 2024 · 0 comments
Open

S3 snapshot loading might block #3941

applike-ss opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@applike-ss
Copy link
Contributor

Describe the bug
Dragonfly tries to find files in my bucket (which exists and it has permissions to), however it never completes loading the files.
The pod is now 5 days old, so likely it should have completed searching for files now ;-)

To Reproduce
No route for reproduction known

Expected behavior
Dragonfly should not stall upon searching for files. Any aws request should have a deadline and fail eventually if it does not succeed in time. This should then result in a log message printed and the original behavior to be executed (i guess kill the process?).

Screenshots
image

Environment (please complete the following information):

  • OS: kubernetes 1.31 on bottlerocket 1.24.0 nodes
  • Kernel: # Command: 6.1.109
  • Containerized?: Containerd
  • Dragonfly Version: 1.23.2

Reproducible Code Snippet
No route for reproduction known

Additional context
This was upon a node being exchanged by another node and not an initial installation, so the s3 file to be searched for do exist.

@applike-ss applike-ss added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant