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 50ce199  [SCB-2116]refactor handler api to make it using simpler
     new 9382d3c  SCB-2178 Improve algorithm of loadBalance strage 
WeightedResponse #之前使用的策略是会一直累积计算平均响应时间,会导致出现影响速度较慢。 
#通过使用时间窗口来计算平均响应时间,可以提高响应的敏感度。
     new 46b4ccd  SCB-2178 Improve algorithm of loadBalance strage 
WeightedResponse #修改测试用例,由于算法中使用了1分钟时间窗口采样来替代原来的累积采样, 
#导致原来的测试用例,不能覆盖现有逻辑。新修改的地方:通过控制情况的时间分布, #来达到触发1分钟时间窗口的变化导致策略变化。
     new 478901a  SCB-2178 Improve algorithm of loadBalance strage 
WeightedResponse #补充恢复后的测试场景。
     new bd8a230  SCB-2178 Improve algorithm of loadBalance strage 
WeightedResponse
     new 78b9b7a  SCB-2178 Improve algorithm of loadBalance strage 
WeightedResponse
     new c3721c8  SCB-2178 Improve algorithm of loadBalance strage 
WeightedResponse
     new b513818  SCB-2178 Improve algorithm of loadBalance strage 
WeightedResponse

The 7 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:
 .../loadbalance/WeightedResponseTimeRuleExt.java   |  7 +--
 .../TestWeightedResponseTimeRuleExt.java           | 54 +++++++++++++++-------
 2 files changed, 42 insertions(+), 19 deletions(-)

Reply via email to