-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54993/
-----------------------------------------------------------
(Updated Dec. 22, 2016, 9:10 p.m.)
Review request for mesos and Jie Yu.
Bugs: MESOS-6834
https://issues.apache.org/jira/browse/MESOS-6834
Repository: mesos
Description
-------
Mesos will not compile on ARM64/AArch64 without a patch to the version of
LevelDB that is used within Mesos. While the fix is already in newer versions
of LevelDB it's not something that Mesos pulls down.
The main issue is that the AtomicPointer header needs to be aware of other
architectures to provide its functionality to those architectures.
Diffs
-----
3rdparty/leveldb-1.4.patch b899f0141
Diff: https://reviews.apache.org/r/54993/diff/
Testing (updated)
-------
Compiled Mesos on ARM64 with no failures. Mesos also properly starts and
successfully runs/launches tasks with the exception of a crash when using the
linux_launcher and Mesos containers. That fix is addressed in
https://reviews.apache.org/r/54996/
Thanks,
Aaron Wood