|
Search Release Notes
Browse Release Notes
|
OverviewCCF4XAP 2.3.7.8 minor version is focused on the following features:
Boot TimeoutBy default any machine that is reported as "running" is expected to start the cloudtools startup script within 3 minutes. A machine that takes longer to boot is terminated and a new machine is started in its place. You can override this timeout for all machines <cloud-config> <boot-timeout-seconds>180</boot-timeout-seconds> ... </cloud-config> You must override and disable this feature for machines that do not run the cloudtools startup script. <cloud-config> <machines> <raw-machine> <!-- Disable boot timeout feature for non-cloudtools AMIs -->. <boot-timeout-seconds>0</boot-timeout-seconds> ... </raw-machine> </machines> </cloud-config> Load Balancer update intervalAdded <update-interval-milliseconds> to load balancer that overrides the openspaces default of 10 seconds <cloud-config> <machines> <load-balancer-machine> <name>Load_Balancer</name> <number-of-machines>1</number-of-machines> <!-- Check for web PU failover every 1 second -->. <update-interval-milliseconds>1000</update-interval-milliseconds> </load-balancer-machine> ... </machines> </cloud-config> LRMI PortsLimited LRMI ports between 7000-7100 with -Dcom.gigaspaces.transport.bind-port=7000-7010 |
Additional resources: XAP Application Server | XAP Data Grid | XAP for Cloud Computing | XAP J2EE Support
