Github user imesh commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/230#discussion_r24800181
  
    --- Diff: 
components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java
 ---
    @@ -80,6 +80,9 @@
         
         private final static Pattern LAST_INT_PATTERN = 
Pattern.compile("[^0-9]+([0-9]+)$");
     
    +    /*  Define property name to get member_id*/
    +    private static final String memberIDKey = "member_id";
    --- End diff --
    
    We already have a constant for "member_id": 
LoadBalancerConstants.MEMBER_ID. Would you mind removing this and use the 
existing?
    Thanks


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to