Cloud Tools 2.3.7.8 Release Notes

Search Release Notes
Searching Release Notes
Browse Release Notes

                                                              

Summary: New features, improvements, fixed issues and known issues with CCF4XAP 2.3.7.8.
Release Date: January 26th, 2010

Overview

CCF4XAP 2.3.7.8 minor version is focused on the following features:

  • The command line tool is available for download from http://gigaspacesversions.s3.amazonaws.com/gigaspaces-cloudtools-2.3.7.8.zip
  • Cloud applications started with previous versions, should be shutdown before restarted with version 2.3.7.8.
  • XAP version changed to GigaSpaces XAP 7.0.2 GA b3900
  • Added automatic termination for machine instances that take too long to boot. (requires special override for AMIs not running the gigaspaces shell startup script).
  • Added load balancer update interval setting. Override to reduce the time it takes the loadbalancer to detect web PU fail over.
  • Started GSA on GSC machines.
  • Fixed problem with retry mechanism when one of the machines terminates immidiatly due to Amazon EC2 Server.Error
  • Fixed problem with deleting S3 bucket.
  • Minimized the number of writes to S3 machinesInfo file to reduce contention.

Boot Timeout

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

Added <update-interval-milliseconds> to load balancer that overrides the openspaces default of 10 seconds
Override to reduce the time it takes the loadbalancer to detect web PU fail over.

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

Limited 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

Labels

 
(None)