You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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 forcamel-cassandraql
component.On the local Power(ppc64le) node, using the image
cassandra:4.1.2
, all the test suites are relatedcamel-cassandraql
components are passing, image is able to launch the container in-spite of having container error logs ascould 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!
The text was updated successfully, but these errors were encountered: