This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f2073d1  Debump netty version by 1 due to ObjectCleaner bug (#1163)
f2073d1 is described below

commit f2073d1f4922553aa0d526c12f53cfa3712ed487
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Thu Feb 1 18:00:13 2018 +0100

    Debump netty version by 1 due to ObjectCleaner bug (#1163)
    
    The ObjectCleaner can possibly keep a process alive forever with netty
    4.1.20 since it is not a daemon thread.
    
    See: https://github.com/netty/netty/issues/7617
    
    This causes initialize-cluster-metadata to hang forever. 4.1.19
    doesn't have this issue, so we should drop down to that until the fix
    is in a release.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec3effb..d581034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@ flexible messaging model and an intuitive client 
API.</description>
 
     <bookkeeper.version>4.3.1.85-yahoo</bookkeeper.version>
     <zookeeper.version>3.4.10</zookeeper.version>
-    <netty.version>4.1.20.Final</netty.version>
+    <netty.version>4.1.19.Final</netty.version>
     <storm.version>1.0.5</storm.version>
     <jetty.version>9.3.11.v20160721</jetty.version>
     <athenz.version>1.7.17</athenz.version>

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.

Reply via email to