You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/21 04:47:22 UTC

[GitHub] [pulsar] lhotari opened a new issue #10295: [Bookie] Bookie fails to start when httpServerEnabled=true after upgrading vertx to mitigate vulnerabilities

lhotari opened a new issue #10295:
URL: https://github.com/apache/pulsar/issues/10295


   **Describe the bug**
   
   Vertx was upgraded in #10261 to 3.9.7 version. Netty was upgraded to 4.1.63.Final in #10266 .
   [Vertx 3.9.7 isn't compatible with Netty 4.1.63.Final](https://github.com/eclipse-vertx/vert.x/issues/3865#issuecomment-819355207) . 
   
   **To Reproduce**
   
   Start a bookie with httpServerEnabled=true (for example by using the default Pulsar Helm chart)
   
   **Expected behavior**
   
   Bookie should be able to start with httpServerEnabled=true. 
   
   **Notes**
   
   The problem has been reported in Vertx issues:
   - eclipse-vertx/vert.x#3865 (same problem exists with Netty 4.1.63.Final)
   - eclipse-vertx/vert.x#3899
   It seems that the only way to address the vulnerabilities is to wait until vertx 3.9.8 is released. I'll create a PR to downgrade Vertx to 3.5.4 until the issue is resolved in vertx.
   


-- 
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] [pulsar] aahmed-se closed issue #10295: [Bookie] Bookie fails to start when httpServerEnabled=true after upgrading vertx to mitigate vulnerabilities

Posted by GitBox <gi...@apache.org>.
aahmed-se closed issue #10295:
URL: https://github.com/apache/pulsar/issues/10295


   


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