You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/12/11 10:49:30 UTC

[dubbo] branch master updated (e1480f9 -> 44e935f)

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

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from e1480f9  fix the bug, consistenthash loadbalance always construct new ConsistentHashSelector #5429 (#5440)
     add 44e935f  [performance tuning] Simple performance optimization (#5430)

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/dubbo/common/URL.java | 18 +++++------
 .../org/apache/dubbo/common/utils/StringUtils.java |  8 +++++
 .../org/apache/dubbo/common/utils/UrlUtils.java    | 18 +++++------
 .../apache/dubbo/rpc/model/ServiceDescriptor.java  | 21 +++++++------
 .../apache/dubbo/rpc/model/ServiceRepository.java  |  3 +-
 .../apache/dubbo/common/utils/StringUtilsTest.java | 10 ++++++
 .../apache/dubbo/common/utils/UrlUtilsTest.java    |  2 +-
 .../apache/dubbo/monitor/dubbo/DubboMonitor.java   |  5 ++-
 .../org/apache/dubbo/rpc/support/RpcUtilsTest.java | 36 +++++++++++++++-------
 .../rpc/protocol/dubbo/DecodeableRpcResult.java    |  8 +++--
 10 files changed, 85 insertions(+), 44 deletions(-)