Skip to content
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

ubi8 cassandra images are breaking on arm64 MacOS #492

Open
adejanovski opened this issue Jun 5, 2024 · 0 comments
Open

ubi8 cassandra images are breaking on arm64 MacOS #492

adejanovski opened this issue Jun 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@adejanovski
Copy link
Contributor

adejanovski commented Jun 5, 2024

When running the -ubi8 images (3.11.14-ubi8 for example), the following shows up in the logs:

WARN  [main] 2024-06-05 13:29:29,525 CassandraDaemonInterceptor.java:94 - Problem starting DataStax Management API for Apache Cassandra
java.lang.RuntimeException: Event loop needed
	at com.datastax.mgmtapi.interceptors.CassandraDaemonInterceptor.intercept(CassandraDaemonInterceptor.java:56)
	at org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java)
	at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:648)
	at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:786)
INFO  [main] 2024-06-05 13:29:29,525 MetricsInterceptor.java:65 - Starting Metric Collector for Apache Cassandra
ERROR [main] 2024-06-05 13:29:30,210 MetricsInterceptor.java:92 - Unable to start metrics endpoint
java.lang.NoClassDefFoundError: Could not initialize class io.netty.channel.epoll.Native
	at io.netty.channel.epoll.IovArray.<clinit>(IovArray.java:57)
	at io.netty.channel.epoll.EpollEventLoop.<init>(EpollEventLoop.java:54)
	at io.netty.channel.epoll.EpollEventLoopGroup.newChild(EpollEventLoopGroup.java:116)
	at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64)
	at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
	at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:93)
	at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:80)
	at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:61)
	at io.netty.channel.epoll.EpollEventLoopGroup.<init>(EpollEventLoopGroup.java:45)

non ubi8 images work fine.

┆Issue is synchronized with this Jira Story by Unito

@adejanovski adejanovski added the bug Something isn't working label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant