You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2021/12/11 18:04:52 UTC

[GitHub] [ratis-thirdparty] adoroszlai opened a new pull request #22: RATIS-1466. Upgrade gRPC to 1.42.1

adoroszlai opened a new pull request #22:
URL: https://github.com/apache/ratis-thirdparty/pull/22


   ## What changes were proposed in this pull request?
   
   RATIS-1355 upgraded Netty due to a CVE, but no matching gRPC was available at that time.  Now the latest gRPC version officially supports Netty 4.1.63.
   
   https://issues.apache.org/jira/browse/RATIS-1466
   
   ## How was this patch tested?
   
   Built Ratis with the updated thirdparty library, ran tests.
   
   Verified that no native libraries are left unshaded:
   
   ```
   $ find misc/target/classes/META-INF/native -type f -name '*netty*' -not -name '*ratis_thirdparty*' | wc -l
          0
   
   $ unzip -t misc/target/ratis-thirdparty-misc-0.8.0-SNAPSHOT.jar 'META-INF/native/*'
   Archive:  misc/target/ratis-thirdparty-misc-0.8.0-SNAPSHOT.jar
       testing: META-INF/native/         OK
       testing: META-INF/native/liborg_apache_ratis_thirdparty_netty_tcnative_osx_x86_64.jnilib   OK
       testing: META-INF/native/liborg_apache_ratis_thirdparty_netty_tcnative_linux_x86_64.so   OK
       testing: META-INF/native/liborg_apache_ratis_thirdparty_netty_transport_native_epoll_x86_64.so   OK
       testing: META-INF/native/liborg_apache_ratis_thirdparty_netty_transport_native_epoll_aarch_64.so   OK
       testing: META-INF/native/liborg_apache_ratis_thirdparty_netty_tcnative_linux_aarch_64.so   OK
       testing: META-INF/native/liborg_apache_ratis_thirdparty_netty_transport_native_kqueue_x86_64.jnilib   OK
       testing: META-INF/native/liborg_apache_ratis_thirdparty_netty_resolver_dns_native_macos_x86_64.jnilib   OK
       testing: META-INF/native/org_apache_ratis_thirdparty_netty_tcnative_windows_x86_64.dll   OK
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

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



[GitHub] [ratis-thirdparty] adoroszlai commented on pull request #22: RATIS-1466. Upgrade gRPC to 1.42.1

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #22:
URL: https://github.com/apache/ratis-thirdparty/pull/22#issuecomment-991834966


   Thanks @szetszwo for reviewing and committing it.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

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



[GitHub] [ratis-thirdparty] adoroszlai commented on pull request #22: RATIS-1466. Upgrade gRPC to 1.42.1

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #22:
URL: https://github.com/apache/ratis-thirdparty/pull/22#issuecomment-991834966


   Thanks @szetszwo for reviewing and committing it.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

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



[GitHub] [ratis-thirdparty] szetszwo merged pull request #22: RATIS-1466. Upgrade gRPC to 1.42.1

Posted by GitBox <gi...@apache.org>.
szetszwo merged pull request #22:
URL: https://github.com/apache/ratis-thirdparty/pull/22


   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

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



[GitHub] [ratis-thirdparty] szetszwo merged pull request #22: RATIS-1466. Upgrade gRPC to 1.42.1

Posted by GitBox <gi...@apache.org>.
szetszwo merged pull request #22:
URL: https://github.com/apache/ratis-thirdparty/pull/22


   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

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