You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2014/10/28 13:56:53 UTC

git commit: increasing pending container expiry timeout to 15 min

Repository: stratos
Updated Branches:
  refs/heads/master d82fcc539 -> dd9cc950d


increasing pending container expiry timeout to 15 min


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/dd9cc950
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/dd9cc950
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/dd9cc950

Branch: refs/heads/master
Commit: dd9cc950d1316e594f71762c6ea92bcff72c9741
Parents: d82fcc5
Author: R-Rajkumar <rr...@gmail.com>
Authored: Tue Oct 28 18:26:19 2014 +0530
Committer: R-Rajkumar <rr...@gmail.com>
Committed: Tue Oct 28 18:26:19 2014 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/src/main/conf/autoscaler.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/dd9cc950/products/stratos/modules/distribution/src/main/conf/autoscaler.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/src/main/conf/autoscaler.xml b/products/stratos/modules/distribution/src/main/conf/autoscaler.xml
index 4d19bbc..4d8056e 100644
--- a/products/stratos/modules/distribution/src/main/conf/autoscaler.xml
+++ b/products/stratos/modules/distribution/src/main/conf/autoscaler.xml
@@ -46,7 +46,7 @@
 		</vm>
 		<container>
                     <!-- this is the maximum time(ms) a container member can be in pending member state -->
-                    <pendingMemberExpiryTimeout>300000</pendingMemberExpiryTimeout>
+                    <pendingMemberExpiryTimeout>900000</pendingMemberExpiryTimeout>
                     <!-- this is the maximum time(ms) a container member can be in obsoleted member state -->
                     <obsoletedMemberExpiryTimeout>3600000</obsoletedMemberExpiryTimeout>
 		</container>