Skip to content

Commit

Permalink
Revert "Rollback netty-tc-native version to 2.0.38.Final (apache#10833)…
Browse files Browse the repository at this point in the history
…" (apache#10849)

This reverts commit 6e747ec.

### Motivation
The problem in apache#10798  is more about "epoll" and not about tc-native.
With adoptopenjdk/openjdk15:alpine-slim docker image the problem does not reproduce, so it is better to stick to 2.0.38.Final
  • Loading branch information
eolivelli authored Jun 7, 2021
1 parent ed10d82 commit 416ee72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ The Apache Software License, Version 2.0
- io.netty-netty-transport-native-epoll-4.1.63.Final.jar
- io.netty-netty-transport-native-unix-common-4.1.63.Final.jar
- io.netty-netty-transport-native-unix-common-4.1.63.Final-linux-x86_64.jar
- io.netty-netty-tcnative-boringssl-static-2.0.33.Final.jar
- io.netty-netty-tcnative-boringssl-static-2.0.38.Final.jar
* Prometheus client
- io.prometheus-simpleclient-0.5.0.jar
- io.prometheus-simpleclient_common-0.5.0.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ flexible messaging model and an intuitive client API.</description>
<dropwizardmetrics.version>3.2.5</dropwizardmetrics.version> <!-- ZooKeeper server -->
<curator.version>5.1.0</curator.version>
<netty.version>4.1.63.Final</netty.version>
<netty-tc-native.version>2.0.33.Final</netty-tc-native.version>
<netty-tc-native.version>2.0.38.Final</netty-tc-native.version>
<jetty.version>9.4.39.v20210325</jetty.version>
<conscrypt.version>2.5.2</conscrypt.version>
<jersey.version>2.34</jersey.version>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The Apache Software License, Version 2.0
- netty-reactive-streams-2.0.4.jar
- netty-resolver-4.1.63.Final.jar
- netty-resolver-dns-4.1.63.Final.jar
- netty-tcnative-boringssl-static-2.0.33.Final.jar
- netty-tcnative-boringssl-static-2.0.38.Final.jar
- netty-transport-4.1.63.Final.jar
- netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar
- netty-transport-native-unix-common-4.1.63.Final.jar
Expand Down

0 comments on commit 416ee72

Please sign in to comment.