-
|
We are deploying Qlever in a Kubernetes cluster and it already worked well. Indexing the same datasets with the same Qleverfile on my local Docker just works. Does anyone have an idea what the problem could be? |
Beta Was this translation helpful? Give feedback.
Answered by
ktk
Apr 10, 2025
Replies: 1 comment 3 replies
-
|
Can you pull latest version and see if it still traps? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No but good to hear it worked.
Indexing is still a problem for reasons. It can trigger issues on the host system related to how many files are open and related operations. The way the underlying system reacts is not consistent. Which means sometimes you get a clear error, sometimes zero feedback. The QLever team still works on trying to capture those errors better so it's at least clear what the reason is, but it's not easy.
These errors happen faster on VMs or Kubernetes deployments because you might get an older machine for the particular job. So maybe the only thing that changed was that you got a more powerful machine so the problem did not get triggered.
If you have that problem on a…