GT 3.9.5 Development Release Notes for WS MDS Aggregator
- Component Overview
- Feature Summary
- Bug Fixes
- Known Problems
- Technology Dependencies
- Tested Platforms
- Backward Compatibility Summary
- For More Information
Component Overview
The WS MDS Aggregator 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.
Feature Summary
Features new in release GT 3.9.5
- Ported to use WSRF mechanisms (previously used OGSI).
- Additional sources which collect information by polling and by execution of local scripts.
- Management of aggregations is now performed over the wire through WS ServiceGroup APIs.
Other Supported Features
- Collects information from grid resources using pluggable aggregation sources.
- Delivers collected information to pluggable sinks.
- Manages creation and destruction of individual aggregation registrations.
Bug Fixes
- Bug 2432: Aggregator sample config file should have tls-style urls
- Bug 2388: rejected add() leaves incomplete state behind which then upsets the sweeper
- Bug 2384: remove stack trace from execution source error
- Bug 2377: support multiple aggregator sources in one aggregator
- Bug 2157: Aggregator entries do not implement WS-Resource Lifetime resource properties
- Bug 2145: query source waits entire reg period before making first request
- Bug 2105: flatten schema in CVS
- Bug 2097: IndexDefaultWidgetTest registers same widget many times
- Bug 2087: getresourceproperty poll source does not tolerate whitespace in RP name
- All fixed aggregator bugs and enhancement requests
Known Problems
- 2082: index and aggregator stub generation is generating metrics stubs
- 2191: AggregatingServiceGroupEntries do not implement Service Group EPR properly
- 2339: Registered services connection refused messages
- 2398: index service does not appear to have wsrf-query support (any more)
- 2807: execution aggregator source junit test needs some work
- All open aggregator bug reports and enhancement requests
Technology Dependencies
MDS-Aggregator depends on the following GT components:
- Java WS Core
MDS-Aggregator depends on the following 3rd party software:
- None
Tested Platforms
Tested Platforms for WS MDS Aggregator Framework
- Linux on i386
- Windows XP
Backward Compatibility Summary
Protocol changes since GT version 3.2
- 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 3.2
- APIs entirely rewritten, so no API compatibility.
- Architectural similarity should make porting straightforward.
Exception changes since GT version 3.2
- See API changes above.
Schema changes since GT version 3.2
- Registration interface uses WSRF rather than OGSI schemas.
- New per-source and per-sink configuration schemas.
For More Information
Click here for more information about this component.