You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/07/01 20:10:47 UTC

[GitHub] [kafka] ijuma opened a new pull request #8972: MINOR: Update Netty to 4.1.50.Final

ijuma opened a new pull request #8972:
URL: https://github.com/apache/kafka/pull/8972


   This includes important fixes. Netty is required by ZooKeeper if TLS is
   enabled.
   
   I verified that the netty jars were changed from 4.1.48 to 4.1.50 with
   this PR, `find . -name '*netty*'`:
   
   ```text
   ./core/build/dependant-libs-2.13.3/netty-handler-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-transport-native-epoll-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-codec-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-transport-native-unix-common-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-transport-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-resolver-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-buffer-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-common-4.1.50.Final.jar
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
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] [kafka] ijuma commented on pull request #8972: MINOR: Update Netty to 4.1.50.Final

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #8972:
URL: https://github.com/apache/kafka/pull/8972#issuecomment-652800251


   Merged to trunk and cherry-picked to 2.6, 2.5 and 2.4 branches.


----------------------------------------------------------------
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] [kafka] ijuma commented on pull request #8972: MINOR: Update Netty to 4.1.50.Final

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #8972:
URL: https://github.com/apache/kafka/pull/8972#issuecomment-652773655


   Looks like these tests are extremely flaky:
   
   > org.apache.kafka.connect.mirror.MirrorConnectorsIntegrationTest.testOneWayReplicationWithAutorOffsetSync1
   > org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[false]
   > org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[false]
   > org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[true]
   > org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[true]


----------------------------------------------------------------
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] [kafka] ijuma commented on pull request #8972: MINOR: Update Netty to 4.1.50.Final

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #8972:
URL: https://github.com/apache/kafka/pull/8972#issuecomment-652793777


   Same set of tests failed again.


----------------------------------------------------------------
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] [kafka] ijuma merged pull request #8972: MINOR: Update Netty to 4.1.50.Final

Posted by GitBox <gi...@apache.org>.
ijuma merged pull request #8972:
URL: https://github.com/apache/kafka/pull/8972


   


----------------------------------------------------------------
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] [kafka] ijuma commented on pull request #8972: MINOR: Update Netty to 4.1.50.Final

Posted by GitBox <gi...@apache.org>.
ijuma commented on pull request #8972:
URL: https://github.com/apache/kafka/pull/8972#issuecomment-652749665






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