Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修正RoundRobin负载均衡方式的bug #14

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clean up
  • Loading branch information
zhouym06 committed Oct 21, 2013
commit 6628b71159c2b26ebd2dd6ee5789f9e1fce88320
63 changes: 0 additions & 63 deletions dubbo-cluster/src/main/loadbalance/AbstractLoadBalance.java

This file was deleted.

149 changes: 0 additions & 149 deletions dubbo-cluster/src/main/loadbalance/ConsistentHashLoadBalance.java

This file was deleted.

86 changes: 0 additions & 86 deletions dubbo-cluster/src/main/loadbalance/LeastActiveLoadBalance.java

This file was deleted.

64 changes: 0 additions & 64 deletions dubbo-cluster/src/main/loadbalance/RandomLoadBalance.java

This file was deleted.

Loading