You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Afkham Azeez (JIRA)" <ji...@apache.org> on 2008/06/23 12:10:45 UTC

[jira] Created: (SYNAPSE-372) Static load balancing across a static group

Static load balancing across a static group
-------------------------------------------

                 Key: SYNAPSE-372
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
             Project: Synapse
          Issue Type: Improvement
          Components: Endpoints
            Reporter: Afkham Azeez


With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-372) Static load balancing across a static group

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607328#action_12607328 ] 

Ruwan Linton commented on SYNAPSE-372:
--------------------------------------

Azeez, this is interesting. If you can provide the Serialization logic for the LB endpoint as well, that would be great.

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>         Attachments: static_lb.patch
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-372) Static load balancing across a static group

Posted by "Afkham Azeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Afkham Azeez updated SYNAPSE-372:
---------------------------------

    Attachment: static_lb.patch2

Patch implements serialization of the loadbalance endpoint when a static membership group is specified

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>         Attachments: static_lb.patch, static_lb.patch2
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-372) Static load balancing across a static group

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607482#action_12607482 ] 

Ruwan Linton commented on SYNAPSE-372:
--------------------------------------

As for the completion, would you like to edit the Synapse_Configuration_Language.xml as well to reflect these changes. I guess you can do the same with the serializer for your previous patch as well, so that the work is really complete. :-)

Thank you very much for the contribution. 

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>         Attachments: static_lb.patch, static_lb.patch2
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Assigned: (SYNAPSE-372) Static load balancing across a static group

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton reassigned SYNAPSE-372:
------------------------------------

    Assignee: Ruwan Linton

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>         Attachments: static_lb.patch
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-372) Static load balancing across a static group

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607471#action_12607471 ] 

Ruwan Linton commented on SYNAPSE-372:
--------------------------------------

I have applied this patch and seems working just fine :-)

Azeez, can you attach a different patch in to this JIRA with the serializer modifications?

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>         Attachments: static_lb.patch
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Resolved: (SYNAPSE-372) Static load balancing across a static group

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton resolved SYNAPSE-372.
----------------------------------

       Resolution: Fixed
    Fix Version/s: NIGHTLY

Committed the patch from azeez, thanks a lot for the contribution azeez.

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>             Fix For: NIGHTLY
>
>         Attachments: doc.patch, static_lb.patch, static_lb.patch2
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-372) Static load balancing across a static group

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607472#action_12607472 ] 

Ruwan Linton commented on SYNAPSE-372:
--------------------------------------

Azeez, one more suggestion, shall we call the attribute "ip" as "host" in the member element. 

I suppose I can put host names instead of ip addresses as well right? in which case host is more reasonable than ip.... WDYT?

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>         Attachments: static_lb.patch
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-372) Static load balancing across a static group

Posted by "Afkham Azeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Afkham Azeez updated SYNAPSE-372:
---------------------------------

    Attachment: doc.patch

doc.patch contains updates to the synapse language doc as well as a minor validation in the LoadbalanceEndpointFactory

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>            Assignee: Ruwan Linton
>         Attachments: doc.patch, static_lb.patch, static_lb.patch2
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-372) Static load balancing across a static group

Posted by "Afkham Azeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Afkham Azeez updated SYNAPSE-372:
---------------------------------

    Attachment: static_lb.patch

Patch which addresses this issue

> Static load balancing across a static group
> -------------------------------------------
>
>                 Key: SYNAPSE-372
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-372
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Endpoints
>            Reporter: Afkham Azeez
>         Attachments: static_lb.patch
>
>
> With the current load balance endpoint implementation, we need to provide the endpoint of the services. We should be able to simply provide the information of the application group members and load balance across this group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org