-
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
JVM crashed when start job_worker progress #12502
Labels
type-bug
This issue is about a bug
Comments
This was referenced Nov 13, 2020
@liupan664021 what Java version do you run? |
Probably need Java version before we can begin to investigate. Have not seen this kind of error before |
It appears that @liupan664021 has figured out the issue and made a fix. The commit is good so I just merged it. |
@apc999 We use jdk8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alluxio Version:
master branch, 2.3.0, 2.4.0
Describe the bug
I compiled the alluxio locally with the system of centos 6 successfully. But when I try to start the job_worker progress, I got the following error and the JVM crashed.
Here is the stack info in the detailed crash report file.
Here is the gdb debug info(I am not familiar with it):
It seems related to the native method load. The jvm cannot find the .so file or somthing else thus got a signal from the linux kernal and then shutdown.
I know litttle about the jna called of alluxio, so I don't figure out the crash reason yet. Any suggestion is appreciate.
By the way, this problem will not happen when using the community version, so it seems an issue related to the compiling env, but I am not sure.
To Reproduce
Compiling locally in centos 6.
exec following command:
./bin/alluxio-start.sh local
Expected behavior
The job_worker progress starts successfully.
Urgency
HIGH
Additional context
When I update the OSHI version above 5.3.1, the problem solved.
The text was updated successfully, but these errors were encountered: