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

    https://github.com/apache/stratos/pull/82#discussion_r18511530
  
    --- Diff: 
products/stratos/modules/distribution/src/main/conf/autoscaler.xml ---
    @@ -38,8 +38,10 @@
                     <clientTimeout>300000</clientTimeout>
            </stratosManager>
            <member>
    -           <!-->member expiry timeout (time waited till activation) in 
ms<-->
    -           <expiryTimeout>900000</expiryTimeout>
    +           <!-- this is the maximum time a member can be in pending member 
state -->
    +           <pendingMemberExpiryTimeout>900000</pendingMemberExpiryTimeout>
    +                <!-- this is the maximum time a member can bee in 
obsoleted member state -->
    +           
<obsoltedMemberExpiryTimeout>86400000</obsoltedMemberExpiryTimeout>
    --- End diff --
    
    Seems like we have a spelling mistake here: "obsoltedMemberExpiryTimeout"


---
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