You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/05/19 14:19:21 UTC

[GitHub] [servicecomb-java-chassis] hongfeihuangseu opened a new issue #1765: ARM上不支持netty-tcnative,etcd鉴权失败,服务ARM平台core dump

hongfeihuangseu opened a new issue #1765:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1765


   微服务执行定时任务连接etcd需要鉴权,用到了netty-tcnative,在x86机器上可以,ARM上直接core dump,初步定位是ARM上不支持netty-tcnative,请问下怎么解决


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1765: ARM上不支持netty-tcnative,etcd鉴权失败,服务ARM平台core dump

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #1765:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1765#issuecomment-631186161


   netty tcnative 里面包含一些 so 文件, boringssl 的, 没有 ARM 版本, 需要自行编译 ARM 版本


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1765: ARM上不支持netty-tcnative,etcd鉴权失败,服务ARM平台core dump

Posted by GitBox <gi...@apache.org>.
liubao68 edited a comment on issue #1765:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1765#issuecomment-631186161


   netty tcnative 里面包含一些 so 文件, boringssl 的, 没有 ARM 版本, 需要自行编译 ARM 版本。 可以打开 jar 包看下内容了解下 : `netty-tcnative-boringssl-static-2.0.28.Final.jar\META-INF\native`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org