未验证 提交 9b4c3417 编写于 作者: H Haonan 提交者: HTHou

Fix write performance reduced caused by netty (#10578)

上级 61c22f9f
......@@ -89,12 +89,14 @@
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<version>${netty.version}</version>
<classifier>osx-x86_64</classifier>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
<classifier>linux-x86_64</classifier>
<scope>compile</scope>
</dependency>
<dependency>
......
......@@ -113,12 +113,14 @@
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<version>${netty.version}</version>
<classifier>osx-x86_64</classifier>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
<classifier>linux-x86_64</classifier>
<scope>compile</scope>
</dependency>
</dependencies>
......
......@@ -160,7 +160,9 @@
<felix.version>5.1.8</felix.version>
<snappy.version>1.1.8.4</snappy.version>
<zstd-jni.version>1.5.4-2</zstd-jni.version>
<netty.version>4.1.94.Final</netty.version>
<netty.version>4.1.82.Final</netty.version>
<netty-buffer.version>4.1.94.Final</netty-buffer.version>
<netty-common.version>4.1.94.Final</netty-common.version>
<!-- URL of the ASF SonarQube server -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>apache</sonar.organization>
......@@ -314,12 +316,12 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>${netty.version}</version>
<version>${netty-buffer.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>${netty.version}</version>
<version>${netty-common.version}</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册