Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
POWER architecture
Description
org.apache.cassandra.utils.CLibrary contains hard-coded C-macro values to be passed to system calls through JNA. These values are system-dependent, and as far as I investigated, Linux and AIX on the IBM POWER architecture define MCL_CURRENT and MCL_FUTURE (for mlockall(2)) as different values than the current hard-coded values. As a result, mlockall(2) fails on these platforms.
WARN 18:51:51 Unknown mlockall error 22
I am going to provide a patch to support JNA mlockall(2) on POWER.