docker-library / cassandra

Docker Official Image packaging for Cassandra
Apache License 2.0
262 stars 282 forks source link

Cassandra:4.1.2 Power image failing on Camel jenkins CI #267

Open Balavva-Mirji opened 11 months ago

Balavva-Mirji commented 11 months ago

Hello,

We are trying to make use of cassanda:4.1.2 image(which has the support for ppc64le architecture) in the upstream camel repo for camel-cassandraql component.

On the local Power(ppc64le) node, using the image cassandra:4.1.2, all the test suites are related camel-cassandraql components are passing, image is able to launch the container in-spite of having container error logs as could not load a native library: netty_transport_native_epoll_ppcle_64.

However on camel jenkins CI using the above image i.e. cassandra:4.1.2 test suites are failing with below error: Container startup failed for image cassandra:4.1.2. camel jenkins CI link: https://builds.apache.org/job/Camel/job/el/job/main/626/testReport/

Note: On jenkins CI we are using ASF owned nodes to run CI, as we don't have access to that node not able to reproduce the issue on locally.

Any suggestions/comments are appreciated to debug this further & let me know if anything needs to be done from our side. Thank you!

tianon commented 8 months ago

I think the entire upstream Camel CI is probably a bit much for us to reproduce/test this -- do you happen to have a more minimal reproducer of the problem you're seeing?