Updated Branches: refs/heads/master 58b6d9974 -> 92ba82da2
increasing the expiry time of obsolute member Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/2170f30e Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/2170f30e Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/2170f30e Branch: refs/heads/master Commit: 2170f30e409856dee1ef7e007a7acd47a1a03b4a Parents: 7b5746a Author: Lahiru Sandaruwan <[email protected]> Authored: Tue Dec 24 22:58:49 2013 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Tue Dec 24 22:58:49 2013 +0530 ---------------------------------------------------------------------- .../main/java/org/apache/stratos/autoscaler/PartitionContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/2170f30e/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java index 51150e0..4d298a0 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java @@ -55,7 +55,7 @@ public class PartitionContext implements Serializable{ private Properties properties; // 10 mints as the default - private long expiryTime = 600000; + private long expiryTime = 900000; // pending members private List<MemberContext> pendingMembers;
