-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
shortCircuit/domain socket not working #18659
Comments
where did you get the metrics |
use version 2.9.3, it give more errors about this issue. Give mount path more permission fix the issue for 2.9.3. But 2.9.5 still cannot create uuid in /opt/domain without any error.
|
alluxio worker can create uuid in /opt/domain now, but alluxio dashboard -> metrics still show no domain socket read/write when I read data using spark. Is there debug log for alluxio in spark?
|
I've had the same issue with version 2.9.5. After debugging, I found that the domain socket only works when EPOLL is available and a conflict between netty dependencies is making it unavailable. It seems it is already fixed by #18638. Hopefully it will be released soon. |
Alluxio Version:
What version of Alluxio are you using?
2.9.5
Describe the bug
After deploy alluxio to k8s cluster, I can read/write on proxy/s3 endpoint.
But BytesReadDomainThroughput or BytesWrittenDomainThroughput are always 0.
And /opt/domain is empty in worker pod.
I tried volumeType persistentVolumeClaim or hostPath, both had the same result.
Can you please help to troubleshoot this issue?
The text was updated successfully, but these errors were encountered: