[
https://issues.apache.org/jira/browse/STRATOS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800169#comment-13800169
]
Nirmal Fernando commented on STRATOS-107:
-----------------------------------------
I'm fixing this temporarily by adding following bold line of code. Please
fix correctly.
RequestProcessor.java
......
*algorithm.setMembers(new ArrayList<Member>(cluster.getMembers()));*
return algorithm.getNextMember(algorithmContext);
--
Best Regards,
Nirmal
Nirmal Fernando.
PPMC Member & Committer of Apache Stratos,
Senior Software Engineer, WSO2 Inc.
Blog: http://nirmalfdo.blogspot.com/
> Implement Load Balancing Algorithm Interface and Round Robin Implementation
> ---------------------------------------------------------------------------
>
> Key: STRATOS-107
> URL: https://issues.apache.org/jira/browse/STRATOS-107
> Project: Stratos
> Issue Type: Sub-task
> Reporter: Imesh Gunaratne
> Assignee: Imesh Gunaratne
> Fix For: 4.0.0 M1
>
>
> The previous version of the Stratos Load Balancer used Apache
> Synapse/Axis2/Tribes clustering feature for communicating with its
> application members. As a result load balancing algorithm was implemented
> using Axis2. This algorithm interface is tightly coupled with Axis2 members.
> The idea of this task is to implement a generic algorithm interface which is
> not coupled with Axis2 so that load balancing specific features will be
> loosely coupled with its foundation components.
--
This message was sent by Atlassian JIRA
(v6.1#6144)