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

Kill mount process and dump its stack when mount point is not ready in time #5171

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

polyrabbit
Copy link
Contributor

Occationally, the mount process hangs and we only get the following error message - it provides no clue as to why.

<FATAL>: The mount point is not ready in 10 seconds ...

We added a patch to the checkMountpoint function, which dumps stack trace of the mount process and KILLs it when it's not ready in time. This patch helps us to spot several environmental issues that may be causing the mount to hang.

Issue #5166 shows a similar issue. So I think this patch should also benefit other users in the community.

@davies davies merged commit 84c3e43 into juicedata:main Sep 18, 2024
39 checks passed
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

Successfully merging this pull request may close these issues.

2 participants