[
https://issues.apache.org/jira/browse/CASSANDRA-17019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428616#comment-17428616
]
Dinesh Joshi edited comment on CASSANDRA-17019 at 10/14/21, 6:10 AM:
---------------------------------------------------------------------
[~yqGu] this is expected in macOS. You'll need to manually create aliases for
127.0.0.1 to fix this failing unit test like this:
{code:java}
sudo ifconfig lo0 alias 127.0.0.2 up
sudo ifconfig lo0 alias 127.0.0.3 up
...
{code}
You may need to create more than just 3.
As part of this patch, please update Cassandra's README to reflect these
instructions.
was (Author: djoshi3):
[~yqGu] this is expected in macOS. You'll need to manually create aliases for
127.0.0.1 to fix this failing unit test like this:
{code:java}
sudo ifconfig lo0 alias 127.0.0.2 up
sudo ifconfig lo0 alias 127.0.0.3 up
...
{code}
You may need to create more than just 3.
> JNA 5.6.0 does not support arm64
> --------------------------------
>
> Key: CASSANDRA-17019
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17019
> Project: Cassandra
> Issue Type: Bug
> Components: Dependencies
> Reporter: Igamr Palsenberg
> Assignee: Stefan Miklosovic
> Priority: Normal
> Fix For: 4.1
>
> Attachments: UTs_snappy_upgrading.txt, cassandra_UTs.txt
>
>
> Cassandra depends on net.java.dev.jna.jna version 5.6.0 to do the native
> binding into the C library.
> JNA 5.6.0 does not support arm64 architecture (Apple M1 devices), causing
> cassandra to fail on bootstrap.
> Bumping the dependency to 5.9.0 adds arm64 support. Will a PR to bump the
> dependency be acceptable ?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]