-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
testDocWorkerId_8484 not known or not available #1386
Comments
Hello! My guess is that you use a Redis server ( Can you check the content of |
|
What returns this URL: |
https://grist.agilicus.ca/?redis=1&db=4&docWorkerRegistered=1&ready=1 it redirects to auth, even if i port-forward underneath the ingress to the service. if i add my api key on it, it just shows html. am i doing this right? |
Yeah, there missed Everything seems to be working. Can't you open and work on a document? If so, my guess is that it was an issue with Grist joining Redis, but the problem seems to be solved. |
Once I restarted grist all was good again. But, it was broken until i restarted it.
once i fixed the /status |
It might relate to this issue (with no certainty though: in our scenario, we were using a multi-worker instance): |
The SIGKILL may be a red herring -- it's about the process with the document's data engine shutting down, which is a sandboxed Python process, and it's often killed unceremoniously when a document is closed. The "doc worker" refers to the node server. Redis could be a good guess, though I can't see why it would happen. Could Redis have been cleared or restarted while Grist was running? Is there any stack trace after this line?
|
Describe the current behavior
So I don't know what lead up to this, my grist instance had been up for about 20 days, and in continuous use via API access.
I found that grist would not load my document, giving "Error accessing document". It emitted this error to console each time:
My first thought was the sqlite db was corrupt, so i copied it aside and checked it, but it was ok.
I restarted the pod, and, grist is back. An error a bunch of lines back in the log said this w/ SIGKILL (which likely means out of memory?):
Steps to reproduce
I do not know how to reproduce this issue.
Describe the expected behavior
No response
Where have you encountered this bug?
Instance information (when self-hosting only)
Grist instance:
Browser name, version and platforms on which you could reproduce the bug: chrome 132.0.6834.46 (but i think its backend)
Link to browser console log if relevant: NA, server logs provided
Link to server log if relevant: above
The text was updated successfully, but these errors were encountered: