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

liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git.


    from 373523d  [SCB-1715] Fix idleTimeout not work in client side without 
keepaliveTimeout set
     new 58e0c13  [SCB-1716] Fix high cpu load when there are too many instances
     new c89bd21  Fix typos
     new 8030c4f  Add alias for 
servicecomb.loadbalance.stats.timerIntervalInMilis
     new 8aa6a82  Rename configurations, remove unused method, add UT, 
refactoring ConfigMapping.java

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../client/CustomLoadbalanceExtensionsFactory.java |   4 +-
 .../apache/servicecomb/config/ConfigMapping.java   |  49 ++++------
 .../src/main/resources/mapping.yaml                |   3 +
 .../servicecomb/loadbalance/Configuration.java     | 105 +++++++++------------
 .../loadbalance/DefaultRetryExtensionsFactory.java |  12 +--
 .../servicecomb/loadbalance/ExtensionsManager.java |   4 +-
 .../loadbalance/RuleNameExtentionsFactory.java     |   2 +-
 .../loadbalance/ServiceCombLoadBalancerStats.java  |  41 ++++----
 .../servicecomb/loadbalance/TestConfiguration.java |  53 ++++++++---
 .../servicecomb/loadbalance/TestLoadBalancer.java  |   5 +
 .../TestServiceCombLoadBalancerStats.java          |   2 +-
 11 files changed, 137 insertions(+), 143 deletions(-)

Reply via email to