odidev

Results 319 comments of odidev

@praminda , I have further checked netty_tcnative loading issue and following are my analysis 1) We are seeing the error > error: java.lang.UnsatisfiedLinkError message=failed to load the required native library...

It seems that below issue is coming from one of its dependent package **"ballerina-lang"** which is using older netty(4.1.39.Final) and netty-tcnative-boringssl-static(2.0.25.Final) libraries which don't have support for AARCH64. `"INFO ServerLogReader:114...

@praminda Thanks for reply. Raised [issue ](https://github.com/ballerina-platform/ballerina-lang/issues/26373) at ballerina-lang to upgrade netty-tcnative.

@praminda Ballerina is now available with ARM64 support from version 1.2.10. Also, it has already been updated to version 1.2.12 in product-microgateway. So, the native library for netty_tcnative_linux_aarch64 is successfully...

@praminda Please find my logs below: 1. Logs with successfully passing 'master' branch with no netty update: [Logs_With_Original_Netty_Version_in_MGW.txt](https://github.com/wso2/product-microgateway/files/5786892/Logs_With_Original_Netty_Version_in_MGW.txt) 2. Logs with ‘Netty’ updated to “4.1.50.Final”, ‘netty-tcnative-boringssl-static’ updated to “2.0.31.Final”, and...

@praminda In MGW, I have encountered the error in logs after updating netty, which says: ~~~ 2021-01-08 10:47:27 WARN AmqpConnectionHandler:133 - Bad message received java.lang.IllegalArgumentException: Unknown protocol name AMQP at...

@efueger Thanks for the quick response >> can you provide a few more details about your use case? We have observed in few package where we are providing arm64 support...

@efueger May I know when are you planning on releasing ARM64 binaries? If any issues, I am happy to contribute.

I have forked the k0s repo and tried using GitHub Action’s self-hosted runners for ARM64 to run conformance tests. But the jobs waited to be picked up by runners and...

@twz123, I again followed the above steps and replicated the same issue on both AMD64 and ARM64 platforms using k0s version 1.24.2. Also, I am unable to run conformance tests...