You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Isuru Haththotuwa (JIRA)" <ji...@apache.org> on 2014/01/14 08:05:53 UTC

[jira] [Commented] (STRATOS-356) Service Aware LB subscription Fails

    [ https://issues.apache.org/jira/browse/STRATOS-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870464#comment-13870464 ] 

Isuru Haththotuwa commented on STRATOS-356:
-------------------------------------------

The bug was in the if else ladder:

if (NO_LOAD_BALANCER) {

} else if (EXISTING_LOAD_BALANCERS) {

} else if (DEFAULT_LOAD_BALANCER) {
 
     if (true) {
    
     } else if (SERVICE_AWARE_LOAD_BALANCER) {
    
     }
}

Check for SERVICE_AWARE_LOAD_BALANCER should come to top level. Fixed in commit 39355ad99ee4ab00d3237fbf0e2ff2b4ac706f06.

> Service Aware LB subscription Fails
> -----------------------------------
>
>                 Key: STRATOS-356
>                 URL: https://issues.apache.org/jira/browse/STRATOS-356
>             Project: Stratos
>          Issue Type: Bug
>          Components: Stratos Manager
>    Affects Versions: 4.0.0 M5
>            Reporter: Isuru Haththotuwa
>            Assignee: Isuru Haththotuwa
>             Fix For: 4.0.0 M6
>
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)