GT 4.1.1 Release Notes: WS MDS Aggregator Framework

1. Component Overview

The Aggregator Framework is the software framework on which WS MDS services (currently, the WS MDS Index and WS MDS Trigger services) are built. The Aggregator Framework collects data from an aggregator source and sends that data to an aggregator sink for processing. Aggregator sources distributed with the Globus Toolkit include modules that query service data, acquire data through subscription/notification, and execute programs to generate data. Aggregator sinks include modules that implement the WS MDS Index Service interface and the WS MDS Trigger Service interface.

2. Feature Summary

Features new in release GT 4.1.1

  • The mds-servicegroup-add command no longer requires the -s or -e arguments
  • The mds-set-multiple-termination-time command has been created to aid in lifetime management of service group entry resources created via mds-servicegroup-add

Other Supported Features

  • Collects information from grid resources using pluggable aggregation sources which collect information by polling, subscription, and by execution of local scripts.
  • Delivers collected information to pluggable information sinks.
  • Management of individual aggregations is now performed over the wire through WS ServiceGroup APIs.
  • The QueryAggregatorSource and SubscriptionAggregatorSource now attempt to detect when the data source EPR is local to the current container instance, and if so set the connection properties to use local transport.
  • Added a service level configuration option for suppressing the publication of aggregator configuration elements in aggregator service group registry entries. In other words, the Service Group "Content" Resource Property will contain only the aggregated data.

3. Changes Summary

The following changes have occurred for WS MDS Aggregator Framework since the last stable release, 4.0.4:

The mds-servicegroup-add command no longer requires the dummy -s or -e arguments

The mds-set-multiple-termination-time command has been added to aid in management of service group entry resources created via mds-servicegroup-add

The QueryAggregatorSource and SubscriptionAggregatorSource now attempt to detect when the data source EPR is local to the current container instance, and if so set the connection properties to use local transport.

Added a service level configuration option for suppressing the publication of aggregator configuration elements in aggregator service group registry entries. In other words, the Service Group Entry "Content" Resource Property will contain only the aggregated data.

6. Technology Dependencies

Aggregator Framework depends on the following GT components:

  • Java WS Core

Aggregator Framework depends on the following 3rd party software:

  • None

7. Tested Platforms

Tested Platforms for WS MDS Aggregator Framework

  • Linux on i386
  • Windows XP

8.  Backward Compatibility Summary

Protocol changes since GT version 4.0.4

  • The Aggregator Framework is a complete reimplementation of the MDS3 Aggregator Framework using WSRF rather than OGSI protocols.
  • No wireside compatibility with MDS3 Aggregator Framework.
  • Architectural similarity should make porting straightforward.

API changes since GT version 4.0.4

  • APIs entirely rewritten, so no API compatibility.
  • Architectural similarity should make porting straightforward.

Exception changes since GT version 4.0.4

  • See API changes above.

Schema changes since GT version 4.0.4

  • Registration interface uses WSRF rather than OGSI schemas.
  • New per-source and per-sink configuration schemas.

9. Associated Standards

Associated standards for WS MDS Aggregator Framework:

  • WS-ResourceProperties (WSRF-RP)
  • WS-ResourceLifetime (WSRF-RL)
  • WS-ServiceGroup (WSRF-SG)
  • WS-BaseNotification
  • WS-Topics

10. For More Information

See WS MDS Aggregator Framework for more information about this component.