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

zychen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.


    from 60f2a47  Merge pull request #1193 from 
ustccy/hotfix_epollwait_about_to_quit
     new 9c1b453  implement weighted randomized load balancer
     new 0756052  fix weighted_randomized_load_balancer bug
     new 9716e26  Merge pull request #1314 from serverglen/weighted_randomized

The 2216 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:
 docs/cn/client.md                                  |   4 +
 docs/en/client.md                                  |   4 +
 src/brpc/global.cpp                                |   3 +
 .../policy/weighted_randomized_load_balancer.cpp   | 169 +++++++++++++++++++++
 ...ancer.h => weighted_randomized_load_balancer.h} |  42 ++---
 test/brpc_load_balancer_unittest.cpp               |  78 ++++++++++
 6 files changed, 282 insertions(+), 18 deletions(-)
 create mode 100644 src/brpc/policy/weighted_randomized_load_balancer.cpp
 copy src/brpc/policy/{randomized_load_balancer.h => 
weighted_randomized_load_balancer.h} (64%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to