You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely only a problem when we run more than one thread within an IndexWorker, so unlikely to be an issue in our k8s deployment. But leaving this open to triage and potentially fix in the future if it might be a problem in other deployment scenarios.
In BaseXPathDocumentSubprocessor, there are two class fields:
However, XpathFactory is not thread-safe and it shouldn't be a class field. But the code is running for a long time without issues.
The text was updated successfully, but these errors were encountered: