You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/10 12:41:58 UTC

[GitHub] [dubbo] icodening opened a new issue, #10727: Dubbo协议性能优化

icodening opened a new issue, #10727:
URL: https://github.com/apache/dubbo/issues/10727

   大幅度提高dubbo协议在小报文场景下的性能。
   与Triple协议性能优化做法类似#10558 ,同样是通过缓冲队列的方式提高dubbo协议的性能


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


[GitHub] [dubbo] AlbumenJ commented on issue #10727: Dubbo协议性能优化

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10727:
URL: https://github.com/apache/dubbo/issues/10727#issuecomment-1285011663

   Will be released in 3.2.0


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


[GitHub] [dubbo] AlbumenJ closed issue #10727: Dubbo协议性能优化

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed issue #10727: Dubbo协议性能优化
URL: https://github.com/apache/dubbo/issues/10727


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


[GitHub] [dubbo] shelltea commented on issue #10727: Dubbo协议性能优化

Posted by GitBox <gi...@apache.org>.
shelltea commented on issue #10727:
URL: https://github.com/apache/dubbo/issues/10727#issuecomment-1274498859

   3.1.2版本能包含这个优化吗?


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


[GitHub] [dubbo] icodening commented on issue #10727: Dubbo协议性能优化

Posted by GitBox <gi...@apache.org>.
icodening commented on issue #10727:
URL: https://github.com/apache/dubbo/issues/10727#issuecomment-1276150340

   > 3.1.2版本能包含这个优化吗?
   
   该改动修改了发包的机制,需要改单测以及确认影响范围,3.1.2不一定包含该优化


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


[GitHub] [dubbo] icodening commented on issue #10727: Dubbo协议性能优化

Posted by GitBox <gi...@apache.org>.
icodening commented on issue #10727:
URL: https://github.com/apache/dubbo/issues/10727#issuecomment-1278454272

   环境信息:
   * 6C 16G 
   * mac OS 10.15.7
   * jdk8
   ````
   优化后:dubbo/fastjson2
   Benchmark           Mode  Cnt      Score       Error  Units
   Client.createUser  thrpt    3  78492.180 ± 52746.055  ops/s
   Client.existUser   thrpt    3  93525.607 ± 36409.882  ops/s
   Client.getUser     thrpt    3  83727.914 ±  4138.831  ops/s
   Client.listUser    thrpt    3  32823.162 ± 26790.908  ops/s
   ````
   ````
   优化前:3.1.1 dubbo/fastjson2
   Benchmark           Mode  Cnt      Score       Error  Units
   Client.createUser  thrpt    3  62864.959 ± 18826.824  ops/s
   Client.existUser   thrpt    3  72422.411 ± 39122.440  ops/s
   Client.getUser     thrpt    3  62999.750 ± 15666.732  ops/s
   Client.listUser    thrpt    3  33994.761 ± 13043.967  ops/s
   ````


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