[jira] [Commented] (MESOS-6834) Allow Mesos to compile on ARM64/AArch64

2016-12-22 Thread Aaron Wood (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-6834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15770931#comment-15770931
 ] 

Aaron Wood commented on MESOS-6834:
---

[~neilc] here it is https://reviews.apache.org/r/51053/

> Allow Mesos to compile on ARM64/AArch64
> ---
>
> Key: MESOS-6834
> URL: https://issues.apache.org/jira/browse/MESOS-6834
> Project: Mesos
>  Issue Type: Bug
>  Components: build, general
>Reporter: Aaron Wood
>Assignee: Aaron Wood
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MESOS-6834) Allow Mesos to compile on ARM64/AArch64

2016-12-22 Thread Aaron Wood (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-6834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15770900#comment-15770900
 ] 

Aaron Wood commented on MESOS-6834:
---

I had asked a few people about upgrading LevelDB a while back and I think they 
pointed me to an RR that was already open for this. It looked like some 
benchmarking was being done but that it was a very low priority for the 
project. FWIW this is the patch I made to get this to work without upgrading 
LevelDB. 
https://github.com/verizonlabs/mesos/commit/7ef493d51de5853e0c82471af36603f87146aec2

If LevelDB can be upgraded I can get rid of that :)

> Allow Mesos to compile on ARM64/AArch64
> ---
>
> Key: MESOS-6834
> URL: https://issues.apache.org/jira/browse/MESOS-6834
> Project: Mesos
>  Issue Type: Bug
>  Components: build, general
>Reporter: Aaron Wood
>Assignee: Aaron Wood
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MESOS-6834) Allow Mesos to compile on ARM64/AArch64

2016-12-22 Thread Neil Conway (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-6834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15770896#comment-15770896
 ] 

Neil Conway commented on MESOS-6834:


The powerpc issue is here: https://issues.apache.org/jira/browse/MESOS-4802

I agree that upgrading leveldb is a better path.

> Allow Mesos to compile on ARM64/AArch64
> ---
>
> Key: MESOS-6834
> URL: https://issues.apache.org/jira/browse/MESOS-6834
> Project: Mesos
>  Issue Type: Bug
>  Components: build, general
>Reporter: Aaron Wood
>Assignee: Aaron Wood
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MESOS-6834) Allow Mesos to compile on ARM64/AArch64

2016-12-22 Thread Jie Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-6834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15770884#comment-15770884
 ] 

Jie Yu commented on MESOS-6834:
---

I am wondering if we can just upgrade leveldb?

cc [~vinodkone], [~neilc], [~chenzhiwei]

I remembered you guys patched leveldb for powerpc. Is there any specific reason 
not upgrading leveldb? Thanks!

> Allow Mesos to compile on ARM64/AArch64
> ---
>
> Key: MESOS-6834
> URL: https://issues.apache.org/jira/browse/MESOS-6834
> Project: Mesos
>  Issue Type: Bug
>  Components: build, general
>Reporter: Aaron Wood
>Assignee: Aaron Wood
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)