You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "YangSihong (via GitHub)" <gi...@apache.org> on 2023/07/04 07:37:17 UTC

[GitHub] [dubbo] YangSihong commented on pull request #11714: Fix qos ByteBuf leak

YangSihong commented on PR #11714:
URL: https://github.com/apache/dubbo/pull/11714#issuecomment-1619686998

   I am currently using version 3.1.1 and still have this issue,My usage scenario is:dubbo rest with server netty
   dubbo config:
   dubbo.protocols.rest.server: netty
   dubbo.protocols.rest.port: xxx
   dubbo.protocols.dubbo.port: xxxx
   dubbo.provider.dispatcher: message.
   dubbo.provider.threads: 512
   dubbo.provider.accepts: 512
   dubbo.provider.validation: jwValidation
   dubbo.provider.filter: -exception
   
   pom dependency:
   ```
   <dependency>
     <groupId>org.apache.dubbo</groupId>
     <artifactId>dubbo</artifactId>
     <version>3.1.1</version>
   </dependency>
   <dependency>
     <groupId>org.jboss.resteasy</groupId>
     <artifactId>resteasy-netty4</artifactId>
     <version>3.0.19.Final</version>
   </dependency>
   <dependency>
     <groupId>io.netty</groupId>
     <artifactId>netty-all</artifactId>
     <version>4.1.65.Final</version>
   </dependency>
   ```
   If the issue has been fixed, which official version can be used?


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org